.tablepress > :where(thead,
tfoot) > * > th {
	background-color: #fff;
	color: #000;
	padding: 15px;
	vertical-align: middle;
}

table tr {
	border: none;
}