
ul.pagination { white-space: normal !important; }
table.dataTable th,
table.dataTable td {
	white-space: nowrap;
}
table.dataTable tr.highlight, table.dataTable tr.highlight td { background-color: #FF6 !important; }
table.dataTable thead th.dt-no-sort.sorting_desc,
table.dataTable thead th.dt-no-sort.sorting_asc { background-image: none !important; }

@media(max-width:767px) {
}
@media(min-width:768px) {
	.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
		margin: 0;
		display: inline;
	}
}