.tablepress tfoot th,
.tablepress thead th {
	background-color: #00416b;
	color: white;
	text-align: center;
	font-size: 20px;
}

.tablepress thead th {
	padding: 15px;
	font-weight: bold;
}

.tablepress tfoot th {
	padding: 6px;
}

.tablepress td,
.tablepress th {
	border-width: 1px;
	border-style: solid;
	border-color: #00416b;
}

.tablepress tbody td {
	vertical-align: middle;
	text-align: center;
}

.column-1 {
	font-weight: bold;
}

.tablepress .even td {
	background-color: rgba(65,151,203,0.15);
}

.tablepress .row-hover tr:hover td {
	background-color: #e8e7e7;
}