.tablepress thead th,
.tablepress tfoot th {
	background-color: white;
	color: black;
	border-bottom: solid 6px black;
}

.tablepress thead .dt-ordering-asc,
.tablepress thead .dt-ordering-desc,
.tablepress thead .dt-orderable-asc:hover,
.tablepress thead .dt-orderable-desc:hover {
	background-color: #eee;
}

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