.tablepress thead th,
.tablepress tfoot th {
	background-color: #186425;
	color: #FFFFFF;
}

.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
	background-color: #FFFFFF;
	color: #186425;
}

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