.tablepress {
	margin-top: 1em;
}

/***.tablepress .row-2 {
	font-size: 85% !important;
}***/
.tablepress tfoot th,
.tablepress thead th {
	background-color: #009ada;
	color: #fff;
}

.tablepress td,
.tablepress th {
	padding: 4px !important;
	text-align: center !important;
}

/****.row-2 even .column-1,
.row-2 even .column-2,
.row-2 even .column-3,
.row-2 even .column-4,
.row-2 even .column-5,
.row-2 even .column-6,
.row-2 even .column-7,
.row-2 even .column-8 {
	font-size: 90% !important;
}****/
.tablepress .row-1 odd,
.tablepress .row-2 even {
	padding: 4px !important;
}

.tablepress .row-3 {
	background-color: #009ada;
	color: #009ada;
}

/***.tablepress>:where(tbody.row-striping)>:nth-child(even)>*,
.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
	font-size: 90%;
}***/
.tablepress .column-1 {
	width: 20% !important;
	text-align: center !important;
}