<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.af-message-success .jGrowl-message { border-bottom: 5px solid #33db88; }
.af-message-error .jGrowl-message { border-bottom: 5px solid red; }
.af-message-info .jGrowl-message { border-bottom: 5px solid #496ad0; }

.ajax_form.af_example { width: 100%; }
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
    width: 100%;
}

@media screen and (min-width: 320px) {
    .ajax_form.af_example .controls button[type="submit"] { float: right; }
}
@media screen and (max-width: 320px) {
    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 5px;
    }
}
*/</pre></body></html>