.tablepress-id-1 .odd td {
	background-color: #f2f5f9;
}

.tablepress-id-1 .even td {
	background-color: #e9eef4;
}

.tablepress .row-hover tr:hover td {
	background-color: #ffffff;
}

.tablepress thead th:first-child {
	border-top-left-radius: 10px;
}

.tablepress thead th:last-child {
	border-top-right-radius: 10px;
}

.tablepress tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.tablepress tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}