button.pricetable {
    height: auto;
    padding: 0;
    border: none;
}

th.quantitiesPriceHdr, td.qtyCol {
    font-weight: bold;
}

.prices-wait {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #FFFFFF;
    z-index: 500;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}

.prices-wait img {
    display: block;
    margin: auto;
    width: 64px;
}