.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}

body {
	padding-bottom: 30px;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

.navigation {
	background: linear-gradient(180deg, #0060ff, #3380ff);
	height: 50px;
	line-height: 48px;
	border-top: 1px solid #2e7dff;
	border-bottom: 1px solid #fff;
}

.navigation-bar, .dropdown-navigation-bar, .social-bar {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 0px 1px 0px #1957bf;
	list-style: none;
}

.navigation-bar li, .social-bar li {
	float: left;
	margin-right: 6px;
	-webkit-transition: all ease-in-out .1s;
}

.navigation-bar a {
	display: block;
	color: #f9fbfe;
	padding: 0px 15px;
	text-decoration: none;
}

.navigation-bar li:hover {
	background: #3380ff;
}

.navigation-bar .home {
	font-size: 24px;
	line-height: 48px;
}

.social-bar a {
	display: inline-block;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background: #143365;
	border-bottom: 1px #68a1ff solid;
	border-top: 1px #0d2347 solid;
	border-radius: 16px;
	color: #f9fbfe;
	font-size: 20px;
}

.dropdown-navigation-bar {
	position: absolute;
	background: #0064de;
	box-shadow: inner 0px 1px 1px rgba(0, 0, 0, .2);
	font-size: 16px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease-in-out .1s;
	-webkit-transform: translateY(-10px);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .1) inset;
}

.navigation-bar li.is-dropdown:hover .dropdown-navigation-bar {
	-webkit-transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.dropdown-navigation-bar li {
	margin: 0px;
	float: none;
	background: none;
	border-top: 1px solid #267be3;
	border-bottom: 1px solid #0055bd;
}

.dropdown-navigation-bar li:first-child {
	border-top: none;
}

.dropdown-navigation-bar li:hover {
	background: none;
}

.label {
	font-size: 13px;
}

.separator {
	background: #eff1f4;
	width: 100%;
	height: 1px;
	margin: 30px 0px;
}

.footer {
	background:#222;
	width:100%;
	height:65px;
	position:fixed;
	bottom:0;
	left:0;
}

.footer .muted {
	font-size: 16px;
	font-weight: 400;
	color: white;
	line-height: 26px;
}

.footer a p {
	color:white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

a.hiddenTab {visibility:hidden; }