
.table-responsive .table.table-fixed-last-column{
    margin-bottom: 0;
    border-bottom: 0px solid #ddd;
}

.table.table-fixed-last-column> thead > tr > th {
    white-space: nowrap;
}

.table-responsive > .fixed-column {
    right: 0;
    top: 0px;
    background: #f4f4f4;
    position: absolute;
    display: inline-block;
    width: auto;
    border-top: 0px solid;
    border-left: 1px solid #808080;
}
.table-responsive > .fixed-column th, .table-responsive > .fixed-column td {
    /*text-align: center !important;*/
    border-color:#e0e0e0;
}

@media (max-width: 768px) {
    .table-responsive > .fixed-column {
        top: 1px;
    }

    .table-responsive > .table.table-fixed-last-column> tbody > tr > td {
        white-space: inherit;
    }
}
.table-responsive::-webkit-scrollbar {
    background: lightyellow;
    width: 12px;
}

.table-responsive::-webkit-scrollbar-track {
    background: whitesmoke;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: gray;
}

