
.tablepress {
	width: 95%;
	margin: 0 auto 1em;
}

.tablepress .column-1 {
	background-color: #bde8e2;
	color: #041343;
	font-weight: 600;
}

.tablepress {
	color: #041343;
	background-color: #eee;
	--odd-bg-color: #ddd;
	--even-bg-color: #eee;
	--head-bg-color: #45beaf;
	--head-text-color: #eee;
	--head-active-text-color: #ddd;
	--head-active-bg-color: #049cdb;
	--hover-text-color: #111;
	--hover-bg-color: #fefefe;
}

.tablepress tbody td {
	font-family: poppins;
	font-size: 16px;
	font-weight: 400;
	color: #041343;
}

.tablepress .row-1 .column-1 {
	background-color: #45beaf;
	color: #eee;
}
