/* TABLEPRESS DEFAULT STYLING */
.tablepress {
	--style-variation: custom;
	--head-text-color: #ffffff;
	--head-bg-color: #498cc8;
	--head-active-bg-color: #1565ab;
}

.tablepress td {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.tablepress thead th,
.tablepress tfoot th {
	background-color: #317CBE;
	font-size: 14px;
}

.tablepress thead th:hover,
.tablepress tfoot th:hover,
.dt-container .sorting_asc,
.dt-container .sorting_desc {
	background-color: #1565ab !important;
}

.column-filter-widgets select {
	max-width: 200px;
	padding: 5px;
	font-size: 14px;
}

.dt-paging-select select {
	color: #666666;
	background-color: #fafafa;
	border-color: #cccccc;
	font-size: 13px;
}

div.dt-buttons {
	width: 50% !important;
}