.tablepress .odd td {
	background-color: #ffffff;
}

.tablepress .even td {
	background-color: #FAF9EB;
}

.tablepress .row-hover tr:hover td {
	background-color: #F0EEC7;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #F0EEC7;
}

.dataTables_wrapper .sorting:hover {
    background-color: #E2E3AA;
}