

/* todo*/

    .table:not(.blank) tr:nth-child(odd) {
        background-color: var(--color-table-odd);
    }

    .table:not(.blank) tr:nth-child(even) {
        background-color: var(--color-table-even);
    }

    td, th {
        padding: 5px;
    }

    .table:not(.blank) th {
        border-bottom: 1px solid #ccc;
    }