
/* =============================================================================
------------------------------- SEND EMAIL -------------------------------------
=============================================================================== */

#send-advice{
    background-color: #ddd;
    padding: 10px;
    width: 300px;
}
#send-advice h3{
    margin-bottom: 15px;
}
#send-advice label{
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
    display: block;
}
#send-advice input,
#send-advice textarea{
    width: 98%;
    margin-bottom: 5px;
}
#send-advice .response{
    font-style: italic;
    font-size: 12px;
    padding-bottom: 5px;
    text-align: center;
}
#send-advice .button{
    margin-left: auto;
}

#send-advice textarea{
    width: 294px;
    height: 100px;
    max-width: 294px;
    max-height: 100px;
}
#send-advice-error{
    font-weight: 600;
    font-size: 12px;
    margin: 10px;
    color: red;
    text-align: center;
}