#tableContainer table.dataTable {
    border-radius: 8px 8px 0 0;
    background: var(--color-dt-row-alt);
    overflow: hidden;
    margin-top: 10px;
}

#tableContainer thead {
    background-color: var(--color-dt-header);
    color: white;
}

/* #tableContainer table.dataTable tbody :nth-child(odd) {
    background-color: whitesmoke;
}

#tableContainer table.dataTable tbody :nth-child(even) {
    background-color: var(--color-dt-row-alt);
} */