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

.tablepress thead th,
.tablepress tfoot th {
	font-size: 15px;
	background-color: #1c5996;
}

.tablepress-id-N tbody td {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.tablepress-table-name {
	font-size: 16px;
	color: #ff0000;
}

.tablepress th,
.tablepress td {
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #110d0d;
}

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

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