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

.tablepress thead th,
.tablepress tfoot th {
	background-color: #E2E2E2;
	font-weight: 700;
	vertical-align: middle;
	border: 1px solid #E2E2E2;
}

.tablepress th,
.tablepress td {
	background: 0 50% transparent;
	padding: 6px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #E2E2E2;
}