.tablepress thead th,
.tablepress tfoot th {
	background-color: #05a5ef;
	color: #ffffff;
}

.tablepress th,
.tablepress td {
	--padding: 4px;
}

.tablepress th,
.tablepress td {
	border: 1px solid #666;
}

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

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