.tablepress tbody td {
	font-family: Tahoma;
	font-size: 11px !important;
	color: #000000;
	background-color: #F0F0F0 !important;
}

.tablepress thead th,
.tablepress tfoot th {
	font-family: Tahoma;
	font-size: 13px;
	background-color: #202020;
	color: #D1D1D1;
}

.tablepress .row-hover tr:hover td {
	background-color: #f3f3f3 !important;
}

.tablepress td {
	border: 1px solid #DDDDDD;
}