div.dataTables_wrapper div.dataTables_filter {
	text-align: center !important;
}
.table > thead {
	visibility: hidden !important;
}

table th {
	text-align: center !important;
}

tr.group, tr.group:hover {
	background-color: #f37037 !important;
	text-align: center;
	font-weight: bold;
}

table.dataTable > tbody > tr.group > td {
	color: white;
	text-shadow: 1px 1px 1px black;
}

div.dataTables_filter label {
	font-weight: bold !important;
}

mark, .mark {
	padding: 0.2em !important;
	background-color: #f37037 !important;
	color: white !important;
}

.toolbar {
	/* float: left;*/
	text-align: center;
	/*font-size: x-large;*/
	margin-bottom: 10px;
}

.toolbar a {
	color: #f37037;
	text-decoration: none;
}
