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

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

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