.tablepress.tb-red thead {
	background: #9E0B0F;
	color: #fff;
}

.tablepress.tb-red thead th {
	background: #9E0B0F;
	color: #fff;
}

.tablepress.tb-red .odd td {
	background-color: #E2B6B7;
	color: #000;
}

.tablepress.tb-red .even td {
	background-color: #F1DBDB;
	color: #000;
}