.tablepress {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.tablepress thead th {
	background-color: #052730;
	color: #87c332;
	padding: 5px;
	border: 1px solid #ffffff;
}

.tablepress tbody td {
	border: 1px solid #ffffff;
}

.tablepress tbody td:nth-child(1),
.tablepress thead th:nth-child(1),
.tablepress tbody td:nth-child(2),
.tablepress thead th:nth-child(2),
.tablepress tbody td:nth-child(3),
.tablepress thead th:nth-child(3),
.tablepress tbody td:nth-child(4),
.tablepress thead th:nth-child(4) {
	background-color: #052730;
	color: #87c332;
	padding: 5px;
}

.tablepress caption {
	caption-side: top;
	font-size: 18px;
	font-weight: bold;
	color: #87c332;
	background-color: #052730;
	padding: 10px;
	text-align: center;
	border: none; /* Remove border around caption */
}

.tablepress .row-actions {
	display: none;
}