<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.dataTable thead th, table.dataTable tfoot th
{
	padding: 8px 10px;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting
{
    padding: 8px 18px;
}

table.dataTable tbody th, table.dataTable tbody td
{
    white-space: nowrap;
}

table.dataTable tbody th.wrapContent, table.dataTable tbody td.wrapContent
{
    white-space: normal;
}

.dataTables_filter
{
	margin-bottom: 5px;
}</pre></body></html>