.tablepress thead th,
.tablepress tfoot th {
	background-color: #000;
	color: #fff;
}

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

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

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	background-color: none !important;
	background: none !important;
	color: #fff;
}

.entry-content table {
	color: #fff;
}

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

#main .tablepress thead .dt-orderable-asc,
.tablepress thead .dt-orderable-desc,
#main .tablepress thead .dt-ordering-asc,
#main .tablepress thead .dt-ordering-desc {
	padding-right: 20px;
}