.tablepress {
	font-size: 15px;
	--text-color: #878787;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #001e60;
	color: #fff;
	font-size: 15px;
}

.tablepress tbody tr.odd td {
	background-color: #fafafa;
	color: #878787;
}

h2.tablepress-table-name {
	display: block !important;
	margin-bottom: 2px;
	background-color: #001e60;
	padding: 15px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
}

.tablepress-table-description {
	color: #001e60;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}