.webshop-bulk-prices-container{
    margin-top:8px;
    margin-bottom:8px;
    height: fit-content;
    min-height: fit-content;
}

.webshop-bulk-prices-container .table{
    margin-bottom:0px;
}

.webshop-bulk-prices-container .table thead th{
    border-bottom: 0px;
    font-size: 13px;
}

.webshop-bulk-prices-container .table tbody tr {
    font-size: 13px;
}

.webshop-bulk-prices-container table tbody{
    display: block;
    min-height: 5.7rem;
    max-height: 5.7rem;
    overflow-y: auto;
}

.webshop-bulk-prices-container table thead,
.webshop-bulk-prices-container table tbody tr{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.webshop-bulk-prices-container .table tbody tr:first-child td {
    border-top: 0;
}

.webshop-bulk-prices-container .table tbody {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}