#hdq-quote-form p {
    margin-bottom: 1em;
}
#hdq-quote-form input,
#hdq-quote-form select {
    width: 100%;
    padding: 0.5em;
    box-sizing: border-box;
}
#hdq-quote-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 0.7em 1.2em;
    cursor: pointer;
}
#hdq-result .hdq-success {
    color: green;
    font-weight: bold;
}
#hdq-result .hdq-error {
    color: red;
    font-weight: bold;
}
#hdq-result p {
    margin: 0.5em 0;
}
