.quote-qty{
    width: 40px;
    padding: 3px;
    /* background: rgba(255, 0, 0, 0.5); */
    text-align: center;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.quote-qty-btn {
    cursor: pointer;
    padding: 3px 5px;
    background: transparent;
    border: 1px #000 solid;
}
    .quote-qty-btn:hover {
        background: #333;
        color: #fff;
    }

#quote-table th, #quote-table td {
    text-align: center;
    vertical-align: middle;
}

#quote-table .quote-qty{
    margin-bottom: 10px;
}