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

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

.tablepress thead th,
.tablepress tfoot th {
	background-color: #4E180C;
	color: white;
	font-size: .8rem;
}