.tablepress thead th,
.tablepress tfoot th {
	background-color: #37485d;
	color: #f7d65e;
}

.tablepress thead .dt-ordering-asc,
.tablepress thead .dt-orderable-asc:hover {
	background-color: #37485d;
	color: #f7d65e;
}

.tablepress thead .dt-ordering-desc,
.tablepress thead .dt-orderable-desc:hover {
	background-color: #37485d;
	color: #f7d65e;
}