/*
 * Copyright (c) Active Informatics Ltd 2019.
 * Custom styles relating to tablepress tables.
 */
/*
body div.dataTables_wrapper table.tablepress {
	xxxmargin: 0 auto 0 auto !important;
}
*/
body table.tablepress {
	border-top-width: 0 !important;
}
table.tablepress th,
body table.tablepress tbody tr:first-child td,
table.tablepress td {
	text-align: center;
	border: 1px solid #6c2c69;
	padding: 0.75em 0.5em 0.75em 0.5em;
}
table.tablepress thead th {
	background-color: #6c2c69;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
table.tablepress thead th:last-child {
	border-right: 1px solid #6c2c69;
}
table.bold-first-column td.column-1 {
	font-weight: bold;
	font-size: 18px;
}
table.bold-first-row tr.row-2 td {
	font-weight: bold;
	font-size: 18px;
}
table.left-align-first-rcolumn td.column-1 {
	text-align: left;
}
table.purple-first-column td.column-1 {
	background-color: #6c2c69;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
table.purple-first-column tr:last-child td.column-1 {
	border-bottom: 1px solid #6c2c69;
}
