.tablepress td,
.tablepress .even td{
	background:#181511;
}

.tablepress .odd td {
	background-color:#3f0902;
}
.tablepress thead th, .tablepress tfoot th {
	background-color:#272845; 
}
.tablepress .row-hover tr:hover td {
				background-color:#8e1303;
			}

.dataTables_wrapper .sorting:hover {
background-color: #8e1303;
}

.dataTables_wrapper {
		margin-top:2em;
	}

table.tablepress {
	margin-top:1em;
}

.paginate_enabled_previous, .paginate_enabled_next {
		color:#8A9FD5 !important;
	}