@charset "utf-8";

html {
	overflow-y: scroll;
}

body {
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff; /* Controls background / side color */
	font-family: 'Open Sans', sans-serif;
}

.container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position:absolute;
}

.header {
	height: 80px;
	/*background-color: #ffffff; /* Controls navbar color */
	/*background-image: url('/icons/header.png');*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top; 
	margin-bottom: 0px;
	padding: 0px;
}
hr {
	padding-bottom: 0px;
	margin-bottom: 0px; 
}
.header_wrapper {
	/*background-color: #28C3C0;*/
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	font-size: 25px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #94948c;
	word-spacing: 30px;
	margin-top: 1em;
}
.header_wrapper a:hover {
	color: #64645c;
}
#main_head {
	word-spacing: 12px;
	display: inline;
	font-weight: bold;
	color: #000000;
	font-size: 30px;
}

a {
	color: inherit;
	text-decoration: inherit;
}

/* Affects main content on every page */
.stage {
	/*height: auto !important;*/
	margin-bottom: 20px;
	min-height: 100%;
	margin-top:0px;
	padding:0px;
	background-color: #FFFFFF;
	position:relative; /* Needed to keep footer centered */
}
.stage hr {
    margin: 0 0 19px;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.panel {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.panel a {
	color: #0069d6;
}
.panel a:hover {
	color: #0050a3;
	text-decoration: none;
}

/* Makes text big and shiny */
.biginfo {
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	text-align: center;
	width: 80%;
	padding-top: 15px;
	margin: auto;
}

/*** Table Styles **/

.table-fill {
	background: white;
	border-radius:3px;
	border-collapse: collapse;
	height: 100px;
	margin: auto;
	margin-top: 20px;
	max-width: 600px;
	padding:5px;
	width: 100%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	animation: float 5s infinite;
}

th {
	/*color:#D5DDE5;*/
	color:#DDDDDD;
	/*background:#1b1e24;*/
	background:#1b1b1b;
	border-bottom:4px solid #9ea7af;
	border-right: 1px solid #343a45;
	font-size:23px;
	font-weight: 100;
	padding:24px;
	padding-top:12px;
	padding-bottom:12px;
	text-align:left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align:middle;
}

th:first-child {
	border-top-left-radius:3px;
}

th:last-child {
	border-top-right-radius:3px;
	border-right:none;
}

tr {
	border-top: 1px solid #C1C3D1;
	border-bottom-: 1px solid #C1C3D1;
	color:#666B85;
	font-size:16px;
	font-weight:normal;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
	background:#999999;
	color:#FFFFFF;
	border-top: 1px solid #22262e;
	border-bottom: 1px solid #22262e;
}

tr:first-child {
	border-top:none;
}

tr:last-child {
	border-bottom:none;
}

tr:nth-child(odd) td {
	background:#EBEBEB;
}

tr:nth-child(odd):hover td {
	background:#999999;
}

tr:last-child td:first-child {
	border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
	border-bottom-right-radius:3px;
}

td {
	background:#FFFFFF;
	padding:10px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
	vertical-align:middle;
	font-weight:300;
	font-size:16px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #C1C3D1;
}

td:last-child {
	border-right: 0px;
}

th.text-left {
	text-align: left;
}

th.text-center {
	text-align: center;
}

th.text-right {
	text-align: right;
}

td.text-left {
	text-align: left;
}

td.text-center {
	text-align: center;
}

td.text-right {
	text-align: right;
}



.footer, .stage:after {
	height: 20px;
}

.footer {
	/*
	text-align:center;
	margin: auto;
	font-size:12px;
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px; 
	*/
  padding: 1rem;
  text-align: center;
}

.footer a {
	color: #446D6D;
}
