.tablepress thead th,
.tablepress tfoot th {
	background-color: #0057a1;
	color: #ffffff;
}

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

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