<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input.parsley-success, textarea.parsley-success, select.parsley-success {
    color: #468847 !important;
    background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6 !important;
}
input.parsley-error, textarea.parsley-error, select.parsley-error {
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}


.questions &gt; ul.parsley-error-list {
    font-size: 11px;
    margin: 8px 0 0 0;
    list-style-type:none;
    height: 20px;
    color: #C70000;
}



ul.parsley-error-list {
    font-size: 11px;
    margin-top: 10px;
    list-style-type:none;
    color: #C70000;
    position: relative;
    display: none;
}

ul.parsley-error-list li {
    line-height: 11px;
    display: inline-block;
    position: absolute;
    width: 250px;
    top:10px;
    margin-left: 5px; 
}

/*
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .not-for-mobile {
        display: none;
    }
}*/
</pre></body></html>