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

.tablepress thead th {
	font-size: 13px;
	line-height: 1.4;
	vertical-align: middle;
}

.tablepress tfoot th {
	font-size: 13px;
}

.tablepress tbody td {
	font-size: 13px;
	line-height: 1.4;
	vertical-align: middle;
}

.tablepress {
	--odd-bg-color: #f8f5f2;
	--even-bg-color: #ffffff;
}

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