.table {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 350px
}

.table tr th,.table tr td {
    border-right: 1px solid #bbb;
    padding: 5px
}

.table tr:last-child td {
    border-bottom: 1px solid #bbb
}

.table tr th:first-child,.table tr td:first-child {
    border-left: 1px solid #bbb
}

.table tr th {
    background: var(--table-dark-silver);
    border-top: 1px solid #bbb;
    text-align: left
}

table td[class*="col-"],table th[class*="col-"] {
    position: relative!important
}

.table tr:first-child th:first-child {
    border-top-left-radius: 6px
}

.table tr:first-child th:last-child {
    border-top-right-radius: 6px
}

.table tr:first-child td:first-child {
    border-top-left-radius: 6px
}

.table tr:first-child td:last-child {
    border-top-right-radius: 6px
}

.table tr:last-child th:first-child {
    border-bottom-left-radius: 6px
}

.table tr:last-child th:last-child {
    border-bottom-right-radius: 6px
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 6px
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 6px
}
