.tablepress thead th,
.tablepress tfoot th {
	background-color: #4b2e83;
	color: #ffffff;
}

.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
	background-color: #85754d;
	color: #ffffff;
}

.tablepress>:not(caption)>*>* {
	font-size: .8rem;
}