body { 
	padding: 0px;
}
a { 
	text-decoration: none; 
}
section{
	padding: 0;
}
#footer > .container {
    padding-top: 0;
    margin-bottom: 0;
}
.required { 
	display: none; 
}
.realperson-challenge{
	float:left;
}
.img-responsive {
	max-width: 100%;
	height:auto;
}
.mainpage {
	padding-top: 10px;
}
#roomloader {
    position: absolute;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
}
.roominner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 54px;
    height: 54px;
    margin: 20px auto;
}
#roomloader span.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}
/*
.maintable { 
	border-radius:10px; 
	box-shadow: 7px 7px 7px #888888;
	margin-top: 8px;
}
img {
	max-width: 100%;
	height:auto;
}
.mainheader { 
	border-radius:10px 10px 0 0; 
}
.menulink { 
	padding-left: 5px; 
	text-decoration: none; 
}
.menulink:hover { 
	padding-left: 5px; 
	text-decoration: none; 
}
.submenulink { 
	height: 25px; 
	width: 200px; 
	text-decoration: none; 
	padding-top: 4px; 
	padding-left: 10px; 
}
.submenulink:hover { 
	height: 25px; 
	width: 200px; 
	text-decoration: none; 
	padding-top: 4px; 
	padding-left: 10px; 
}
.mainbody { 
	min-height:500px; 
}
.maintitle { 
	text-decoration: none; 
	font-weight: bold; 
}
.poweredby { 
	text-align: center; 
	text-decoration: none; 
	font-size: 12px; 
	color: #000;
	margin-top: 10px;
}
.counter { 
	position: relative; 
	bottom: 0px; 
	text-align: center; 
	width: 125px; 
}
.chromestyle ul li a, .chromestyle ul li a:visited{ 
	padding: 4px 7px; 
	margin: 0; 
	text-decoration: none; 
	border-right: 0px; 
}
.newslink, .newsdetail { 
	margin-left: 5px; 
	margin-right: 5px; 
}
.contact_form { 
	padding-right: 30px; 
}
.header-logo{
	margin:5px;
	width: 100%;
}

.introtext{
	padding-left:10px; 
	padding-right:10px; 
}

.navbar{
	margin-bottom: 0 !important;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}*/