#totalsChart_wrapper th {
    white-space: nowrap;
}

.dataTables_wrapper .dataTable tr th {
    padding-right: 1.5rem;
}

    .dataTables_wrapper .dataTable tr th::before,
    .dataTables_wrapper .dataTable tr th::after {
        right: 0.7rem;
    }

.dataTables_wrapper .dataTable tr td {
    padding-right: 1.5rem;
}