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

.tablepress .dt-container .dt-layout-cell.dt-layout-en {
	margin-right: auto;
}

.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;
}