.rdt_Table {
    border-right-width: 0;
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 0.75px solid #dee2e6;
    background-color: transparent;
    display: table;
    text-indent: initial;
}

.rdt_TableCol {
    display: table-cell;
    font-weight: bold;
    padding: 0.75rem;
    border: 0.75px solid #dee2e6;
    text-align: -webkit-match-parent;
    box-sizing: content-box;
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    border-bottom-width: 2px;
    cursor: pointer;
    position: relative;
    border-left-width: 0;
}

.rdt_TableCell {
    border: 0.75px solid #dee2e6;
    padding: 0.75rem;
    vertical-align: top;
}

.rdt_TableHeadRow {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    box-sizing: border-box;
    color: inherit;
    border-collapse: separate !important;
    border-spacing: 0;
}