
/* =============================================================================
------------------------------- SEND EMAIL -------------------------------------
=============================================================================== */

#send-advice{
    /*background-color: #ddd;
    padding: 10px;
    width: 300px;
    */
}
#send-advice h3{
    margin-bottom: 15px;
}
#send-advice label{
    font-weight: bold;
    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;
}
