.tablepress {
	width: 100% !important;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #a30000;
	color: #FFFFFF;
	border: 1px solid grey;
}

.tablepress .row-hover tr:hover td {
	background-color: #F1F1F1;
	border: 1px solid grey;
}

.tablepress thead th,
.tablepress tbody td {
	text-align: center;
	border: 1px solid grey;
}