body	 {
  font-family: 'aller_lightregular';
  color: white !important;
  height: 100% !important;
  background: #000000; /* Old browsers */  
}

#preloader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  padding: 20px;
}

.loader { 
  width: 48px;
  height: 48px;
  border: 5px solid #c89114;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: flex;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  box-sizing: border-box;
  margin: auto;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}


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;
  display: flex;
  justify-content: center;
  align-items: center;
	
}

.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;
}


