/* Row background colors */
.tablepress thead th,
.tablepress tfoot th {
	background-color: #1e1d1b;
	font-weight: bold;
	vertical-align: middle;
}

.tablepress>:where(tbody.row-striping)>:nth-child(even)>* {
	background-color: #343331;
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	background-color: #4e4d4a;
}

.tablepress .row-hover tr:hover td {
	background-color: #686763;
}

.dt-paging-button:before,
.dt-paging-button:after {
	color: #1e1d1b;
}

.dt-paging-button:hover:before,
.dt-paging-button:hover:after {
	color: #474540;
}

.dt-paging-button.disabled:before,
.dt-paging-button.disabled:after {
	color: #343331;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	background-color: #474540;
}