.tablepress tfoot th,
.tablepress thead th {
	background-color: red;
	font-weight: 700;
	vertical-align: middle;
}

.tablepress .odd td {
	background-color: #212121;
	color: red;
}

.tablepress .even td {
	background-color: #fff;
	color: black;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #9E9E9E;
}