td {
	font-size: 8pt;
}

tr.even {
	background-color: #fafafa;
	border-bottom: 1px solid #d0d0d0;
	font-size: 8pt;
}

tr.odd {
	background-color: #ffffff;
	border-bottom: 1px solid #d0d0d0;
	font-size: 8pt;
}

table {
	border-collapse: collapse;
	font-size: 8pt;
	margin-top: 20px;
}

th {
	border-collapse: collapse;
	position: relative;
	cursor: pointer;
	border-right: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 2px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	color: #404040;
	font: 400 13px/19px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
	outline: 0;
	background-color: #fff;
	padding: 7px 10px 6px;
	padding-bottom: 1.5em;
	text-align: center;
}

table.dataTable th::before,
table.dataTable th::after {
	content: "";
	border: 0.75em solid transparent;
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0.5em;
}

table.dataTable th::before {
	border-bottom-color: gray;
	right: 50%;
}

table.dataTable th::after {
	border-top-color: gray;
	left: 50%;
	transform: translateY( 50% );
}

table.dataTable th.sorting_asc::before {
	border-bottom-color: #E91820;
}

table.dataTable th.sorting_desc::after {
	border-top-color: #E91820;
}

.dataTables_filter {
	margin: 1em 0px;
}


.dataTables_filter label {
	line-height: 32px;
	/*display: flex;*/
	display: block;
}


.dataTables_filter select,
.dataTables_filter input {
	/*flex: 1;*/
	display: block;
	min-height: 2.5em;
	width: 100%;
	/*margin-left: 1em;
	margin-bottom: 0.5em;*/
}

.dataTables_paginate a {
	margin: 10px 4px 0px 4px;
	cursor: pointer;
}


.dataTables_paginate a:first-of-type {
	margin-left: 0;
}

.margin-bottom-2 {
	margin-bottom: 2em;
}
