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

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

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

.tablepress-id-10 td {
	width: 50%;
}