.feedback_funnel_form{
    font-family: 'Lato';
    background: #F9F5EB;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 10px;
}
#cms .feedback_funnel_form p{
    font-family: 'Oswald';
}
.feedback_funnel_form input[type="email"],.feedback_funnel_form input[type="text"], .feedback_funnel_form select, .feedback_funnel_form textarea{
    background: white;
    border: 1px solid #D96420;
    margin-top: 10px;
    border-radius: 5px;
}
.submitanswers{
    background: #D96420;
    border-radius: 5px;
}
.submitanswers:hover{
    background: #590315;
}
#cms .feedback_funnel_form .feedback-funnel-intro{
    margin-bottom: 20px;
    font-family: 'Lato';
}
.radio-label{
    text-align: center;
    margin: 3px;
    border-radius: 5px;
    cursor: pointer;
}
.feedback_funnel_form input[type="radio"]{
    cursor: pointer;
}

.feedback_funnel_form input[type="checkbox"]{
    appearance: none;
    background: white;
    border: 1px solid #D96420;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}
.checkbox-div{
    display: table;
}
.checkbox-label{
    display: table-cell;
    padding-left: 10px;
}
