.tablepress-table-description {
	padding-top: 16px;
	padding-bottom: 10px;
	color: #6f6663;
	font-weight: bold;
}

.tablepress td {
	text-align: center;
	color: #6f6663;
}

.tablepress th,
.tablepress td {
	text-align: center;
	color: #6f6663;
}

.tablepress {
	border: solid 1px #89b342;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #89b342;
	color: #f6f7f1;
}

.tablepress .odd td {
	background: #fafae7;
}

.tablepress tbody td {
	vertical-align: middle;
}