.tablepress>:where(thead,
tfoot)>tr>* {
	background-color: rgba(0,0,0,0);
	color: #045C67;
	font-weight: 700;
	vertical-align: middle;
	word-break: normal;
	font-size: 18px;
}

#tablepress-2.tablepress > :where(thead,
tfoot) > tr > * {
	background-color: rgba(0,0,0,0);
	color: white;
	font-weight: 700;
	vertical-align: middle;
	word-break: normal;
	font-size: 18px !important;
}

#tablepress-2.tablepress > :where(tbody) > tr > * {
	color: white;
}