::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}


#tablePrices {
    width: auto;
    scrollbar-gutter: stable && both-edges;
}

#tablePrices td {
    min-width: 80px;
    text-align: right;
}
#tablePrices td.table-th {
    font-weight: bold;
    text-align: left;
    min-width: 80px;
    font-size: 12px;
    /* min-width: 200px; */
}

#tablePrices td.first-col {
    background-color: #f7f7f7;
    position: absolute;
    width: 150px;
    left: 0;
    top: auto;
}

#tablePrices td.column-index-1 {
    padding-left: 150px;
}