.tablepress-id-2 thead th,
tfoot th {
	background-color: transparent;
}

.tablepress-id-2 td,
th {
	padding: 10px !important;
	background-color: transparent;
}

.tablepress-id-N tbody td {
	border-top: 1px solid brown;
	border-bottom: 1px solid brown;
}

.tablepress-id-2 .column-2 {
	background-color: FloralWhite;
}