/* 
	Base elements
*/

table {
	width: 100%;
	border: 1px solid #e0e0e0!important;
}
  
th {
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 0.15)!important;
}

td {
	color: #002a3b;
	font-size: 14px;
	border-bottom: 1px solid #e0e0e0!important;
}

th, td {
	padding: 14px 10px 14px 20px!important;
}

thead th {
	background-color: #004d71!important;
	color: white!important;
}

tr:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

/* Mobile */ 

@media only screen and (max-width: 980px) {
	th, td {
	font-size: 13px;
	padding: 12px 20px!important;
}

@media only screen and (max-width: 767px) {
	th, td {
	font-size: 12px;
	padding: 10px 16px!important;
}