.tablepress > :where(thead,
tfoot) > * > th {
	background-color: #bf333d;
	color: #fff;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #000 !important;
	color: #fff !important;
}

.dt-paging.paging_simple .dt-paging-button.next::after,
.dt-paging.paging_simple .dt-paging-button.previous::before {
	text-shadow: .1em .1em #bf333d !important;
}

.dt-paging .dt-paging-button.disabled::after,
.dt-paging .dt-paging-button.disabled::before,
.dt-paging .dt-paging-button::after,
.dt-paging .dt-paging-button::before {
	color: #bf333d !important;
}

.dt-container .dt-paging .dt-paging-button:hover {
	color: #fff !important;
	background: #000;
}