/* TablePress - Auditor Case Table Styling - 1.75em Scaling */
.row-1 th.column-3 {
	background-color: #4D4D4D !important;
}

.tablepress-id-1 .row-11 td.column-3 {
	background-color: #E8AB66 !important;
	color: #ffffff !important;
	font-weight: bold;
}

.tablepress-id-1 .row-12 td.column-3 {
	background-color: #000000 !important;
	color: #ffffff !important;
	font-weight: bold;
}

.tablepress-id-1 .row-13 td.column-1 {
	background-color: #565656 !important;
	color: #ffffff !important;
	font-weight: bold;
}

.tablepress-id-1 {
	border-collapse: collapse !important;
	border: none !important;
	font-family: Arial, sans-serif;
	color: #ffffff;
	width: 80%;
}

/* Header - Maroon Background & 1.5em Font */
.tablepress-id-1 thead th {
	background-color: #8b3a3a !important;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
	text-align: center;
	font-size: 1.75em !important;
	padding: 20px !important;
	font-weight: bold;
}

/* Body Cells - Maroon Background & 1.75em Font */
.tablepress-id-1 tbody td {
	background-color: #8b3a3a !important;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
	padding: 15px !important;
	font-size: 1.75em !important;
}

/* Column 3 (Founded Cases) - Dark Grey Background */
.tablepress-id-1 tbody td.column-3 {
	background-color: #4d4d4d !important;
	text-align: center;
}

/* Column 2 (Numbers) - Centered */
.tablepress-id-1 .column-2 {
	text-align: center;
}

/* Orange Row - Not in Purview */
.tablepress-id-1 .row-11 td {
	background-color: #f2a95e !important;
	color: #ffffff !important;
}

/* Total Row - Black Background */
.tablepress-id-1 .row-12 td {
	background-color: #000000 !important;
	color: #ffffff !important;
	font-weight: bold;
}

/* Footer Notation - Smaller & Italicized */
.tablepress-id-1 tfoot td .row-13 {
	background-color: #4d4d4d !important;
	color: #ffffff !important;
	border: none !important;
	padding: 15px !important;
	font-size: 1em !important;
	font-style: italic;
	text-align: left;
}

/* Remove TablePress Hover Styles */
.tablepress-id-1 .row-hover tr:hover td {
	background-color: inherit !important;
}