.table {
    width: 100%;
    margin-bottom: 200px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-collapse: collapse;
}

.table-body-tr td {
    color: #757474;
    font-weight: 500;
    font-size: 16.5px;
    padding: 15px 19px;
    background-clip: padding-box;
}

.table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.548);
    /* Set border for all rows except the last one */
}

/* Works on Firefox */
table {
    scrollbar-width: thin;
    scrollbar-color: #ff422f rgba(41, 41, 41, 0);
}