body {
	font-family:Ubuntu,sans-serif;
	font-size:1.2em;
}


.modalform {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 160px;
}

.modalcontent {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}



.topHeader {
	width: 100%;
	height: 120px;
	background: url('/ui/images/stats_page_header.gif') top center repeat-x;
}

.topHeader img {
	margin: 10px 20px 0 10px;
	float: left;
}



.header {
	background:#eee;
}

.header img {
	padding:0 5%;
}


.topMenu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #f1f1f1;
}

.topMenu ul {
	list-style-type: none;
}

.topMenu li {
	float: left;
}

.topMenu a, .dropbtn {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 4px 16px;
	text-decoration: none;
}

.topMenu a:hover, .dropdown:hover, .dropbtn {
	background-color: blue;
	color: whitesmoke;
}

.topMenu li.dropdown {
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	padding: 6px 16px; 
	display: block;
	text-align: left;
}

.dropdown:hover .dropdown-content {
	display: block;
}



.sidenav {
	height: 100%;
	width: 200px;
	position: inherit;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #f1f1f1;
	overflow-x: hidden;
	padding-top: 6px;
	transition: 0.5s;
	float: left;
	text-align: center;
}

.sidenav a {
	padding: 8px 8px 8px 8px;
	text-decoration: none;
/*	font-size: 25px; */
	color: black;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus {
	background-color: blue;
	color: whitesmoke;
}

.sidenav input {
	padding: 4px 4px 4px 14px;
	margin-left: 30px;
}

.closebtn {
	position: inherit;
	padding: 0 0 0 0;
	font-size: 36px;
	margin-left: 130px;
}

#bgFDContent {
	background-image: url('/ui/images/searchicon.png');
	background-position: 5px 7px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#content {
	transition: margin-left .5s;
	margin-left: 200px;
	padding: 20px;
}

@media screen and (max-height: 450px) {
	.sidenav { padding-top: 15px; }
	.sidenav a { font-size: 18px; }
}



.mainblock {
	margin: 0 0 0 0;
	padding: 0 0;
	position: inherit;
}



.content {
	padding:20px 20px;
	margin:0 auto;
}



h1 {
	color:blueviolet;
}

h2 {
	color:#e88;
}

h3 {
	color:#b66;
}

h4 {
	color:#944;
}

h5 {
	color:#722;
}

h6 {
	color:#500;
}

small {
	font-size:0.75em
}

a {
	text-decoration:none;
	color:#66f;
}

a:hover {
	color:#666;
}

img {
	max-width:100%;
}

table {
	font-size:.8em;
	color:#666 !important;
	background:#eee;
	border-radius:.5em;
}

table code {
	background:transparent;
	padding:0;
}

tr {
	border-bottom:1px solid #fff;
}

.btr0 { background:Yellow;}
.btr1 { background:GhostWhite; }
.btr2 { background:AntiqueWhite; }
.btr3 { background-color:BurlyWood; }
.btr4 { background-color:Bisque; }
.btr5 { background-color:Tan; }
.btr6 { background-color:Wheat; }


tr:last-child {
	border-bottom:none;
}

th,td {
	font-size:1em;
	line-height:1.25em;
	margin:0;
	padding:1em;
	white-space:nowrap;
}

th {
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
	background:#999;
}

th a {
	color:#fff;
}

/*
th:first-child,
td:first-child {
	width:50%;
}
*/

pre {
	background:#efefef;
	padding:0.75em;
	border-radius:0.75em;
}

ul,p {
	color:#666;
	line-height:1.5em;
}

p code,ul code {
	padding:.25em .75em;
	border-radius:.75em;
	white-space:nowrap
}

blockquote pre,blockquote code {
	color:#666;
	background:#fff;
}

code {
	background:#eee;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}


.footer {
	font-size:0.9em;
	background:#333;
}

.footer p {
	color:#eee;
	padding:20px;
	max-width:768px;
	margin:0 auto;
}

.footer .stats {
	font-size:.9em;
}

@media screen and (max-width:48em) {

	body {
		font-size:1em;
	}

}
