body {
	background-color: #002347;
	padding-top: 30px;
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
}

.card {
	border-radius: 0;
	border: none;
	background-color: #002347 !important;
	color: #fff;
	box-shadow: none;
}

hr {
	height: 0px;
	border: none;
	background: #e2e6e9;
	padding: 0;
	margin: 0;
}

th {
	border-bottom: 0 !important;
	padding-bottom: 20px !important;
	background: rgba(255,255,255,0.03);
	padding-top: 20px !important;
}

tr:last-child th,
tr:nth-child(2) th {
	padding: 0 !important;
	margin: 0 !important;
}

tr:nth-child(2) th hr { height:0;}

.logo {height: 90px;}
a {color: #fff !important;}
.text-muted {color: #fff;}
th, td {text-align: left !important;}

th a {color: #fff !important;}

th a:hover,
td a:hover {
	color: #1d70b7 !important;
	text-decoration: none;
}





