﻿table.dataTable tbody th, table.dataTable tbody td {
	white-space: nowrap;
}

.dataTables_scrollBody thead tr {
	visibility: hidden !important;
}

table.dataTable thead tr th {
	font-weight: bold;
	color: #fff;
	min-width: 100px;
}
