.tablepress thead th,
.tablepress tfoot th {
	border: 1px solid black;
	background-color: #096318;
	color: #FFF !important;
	text-align: center;
	width: 100px;
}

.tablepress td {
	border: 1px solid black;
	text-align: center;
}