.table-navigation, .table-navigation > td, .table-navigation > th, #wrap .table-navigation {
	background-color: #c9252c;
	color: #fff;
	font-weight: bold;
}

.table-striped th.table-navigation, .table-striped tbody tr:nth-child(2n+1) th.table-navigation {
	background-color: #c9252c;
	color: #fff;
	font-weight: bold;
}