/* Reduce font size of table content */
.tablepress td {
	font-size: 13px; /* adjust as needed */
}

/* Change header background color and font color */
.tablepress thead th {
	background-color: #2B6CB0;
	color: #ffffff; /* white text for contrast */
	font-size: 14px; /* optional: also reduce header font size */
}