.uakc-quote-only-box {
    margin: 8px 0 12px;
}
.uakc-quote-only-message {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}
.uakc-add-to-quote.action.primary {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.uakc-requestquote-cart table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}
.uakc-requestquote-cart th,
.uakc-requestquote-cart td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}
.uakc-requestquote-cart .qty-input {
    width: 80px;
}
.uakc-requestquote-form .field {
    margin-bottom: 16px;
}
.uakc-requestquote-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.uakc-requestquote-form input,
.uakc-requestquote-form textarea {
    max-width: 520px;
    width: 100%;
}
.uakc-requestquote-form textarea {
    min-height: 100px;
}
