.tablepress>:where(thead,
tfoot)>*>th {
	background-color: #e56d0d !important;
	color: #fff !important;
	font-weight: 700;
	vertical-align: middle;
	word-break: normal;
	text-align: center;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	background-color: var(--odd-bg-color);
	color: var(--odd-text-color);
	border: 1px solid black;
	text-align: center;
}

td.column-2 {
	text-align: left !important;
}

.tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
	background-color: var(--odd-bg-color);
	color: var(--odd-text-color);
	border: 1px solid black;
	text-align: center;
}

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