#table thead {
    display: table-footer-group !important;
}

div:not(.hc_column_cnt) > table:not(.grid-table) th{
    padding-left: 15px !important;
}

div:not(.hc_column_cnt) > table:not(.table) tr:first-child > th {
    padding-left: 15px !important;
}

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