@charset "utf-8";
/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	background:#199BE9;
	font-family: 'Open Sans', sans-serif;
}
h3
{
	color:#fff;
}

.container
{
	max-width:1024px;
}

.myButton {
	background-color:#199BE9;
	-moz-border-radius:24px;
	/* -webkit-border-radius:24px;
	border-radius:24px; */
	border:3px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	margin:1px;
	font-size:17px;
	padding:10px 19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	font-family: 'Open Sans', sans-serif;
}
.myButton:hover {
	background-color:#199BE9;
	color:#fff;
	text-decoration:none;
}
.myButton:active {
	position:relative;
	top:1px;
}
.para
{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	padding:10px;
	font-size:16px;
	text-align:justify;
}
        
.flexslider .slides img {
width: 100%;
display: block;
border: 1px solid #FFF;
}
.flexslider
{
	margin:0px;
}
table.dataTable thead > tr > th {
padding-left: 18px;
padding-right: 18px;
color: #fff;
}
label {
display: inline-block;
max-width: 100%;
color: #fff;
margin-bottom: 5px;
font-weight: bold;
}
div.dataTables_info {
padding-top: 8px;
color: #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 8px;
background: #fff;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
#leaderboard {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
}