<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* See other Custom CSS tab */

.tablepress,
.tablepress-id-1 {
	border: 1px solid black;
	background-color: white;
	color: black;
}

.tablepress,
th.tablepress-id-1,
td.tablepress-id-1 {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
}

.tablepress,
.tablepress-id-1 .row-hover tr:hover td {
  background-color: #bde2ff;
}
</pre></body></html>