/* QuickBasket */
.quick-comment {
    display: inline-block;
    min-width: 150px;
}
.quick-desc {
    margin-bottom: 10px;
}
.quick-desc label {
    width: 114px;
}

/* Checkout Cart */
.cart-table .product-cart-actions .comment {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: left;
    width: 8.2em;
}
