.table-modern td:not(:first-child) {
    border-left: 1px solid lightgray;
}

.table-modern th:first-child {
    border-top-left-radius: 4px;
    border-left: 1px solid #f3f3f3;
}

.table-modern th:last-child {
    border-top-right-radius: 4px;
    border-right: 1px solid #f3f3f3;
}

.table-modern tr:last-child td:first-child, .table-modern tr:last-child td.dtr-control {
    border-bottom-left-radius: 4px;
}

.table-modern tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.table-modern tr:last-child td {
    border-bottom: 1px solid #f3f3f3;
}

.table-modern thead {
    border-radius: 4px;
    background: #fbfbfb;
}

.table-modern th {
    border-top: 1px solid #f3f3f3;
}

.table-modern td:first-child, .table-modern td.dtr-control {
    border-left: 1px solid #f3f3f3;
}

.table-modern td:last-child {
    border-right: 1px solid #f3f3f3;
}

.table-modern td {
    background: white;
}

.table-modern tbody tr:nth-of-type(even) td {
    background: #fbfbfb;
}