body	 {
  font-family: 'aller_lightregular';
  color: white !important;
  height: 100% !important;
  background: #000000; /* Old browsers */  
}


body,td,th {
	font-family: "aller_lightregular";
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.cviews-body {
  background-image:url(../img/bg.jpg);
  background-position: center top;
  background-color: black;
  height:100% !important;
  width: 100% !important;
  position:fixed !important;
  background-size: cover;
	
}

.cviews-logo {
  margin-top: 1%;
  margin-left: 1%;
}

.cviews-table {
  position: fixed;
  top:20%;
  width: 100%;
}

.cviews-icons {
  font-size: 9em;
  opacity: 0.2;
}

.cviews-oops {
  font-size: 7em;
  opacity: 0.2;
  margin-left: 10px;
  margin-top: 5px;
}

.cviews-message-txt {
  text-align:left;
  font-size: 1.1em;
  opacity: 0.8;
}

.button.special {
  background: #ff941f !important;
  border-color: #ea871b !important;
  color: white !important;
  padding: 10px;
  font-size: 1.3em;
  font-family: 'allerregular';
}

.button.special:hover {
  background: #fd9e36 !important;
  border-color: #ea871b !important;
}

.cviews-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
}


