<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {padding:10px 0 0 12px; font-size:14px; color:#333333; font-family:Arial, Helvetica, sans-serif}

form {}
form h2 {font-size:18px; color:#333333}
form div.inputRow {margin:0 0 5px 0}
form div.inputRow:after { content:'';display: block;clear: both; }
form div.inputRow label {font-size:14px; color:#333333; display:block;width:205px;float:left}
form div.inputRow input,
form div.inputRow textarea,
form div.inputRow select {width:200px;box-sizing: border-box;border: 1px solid #333333;border-radius: 3px;} 
form input[type="submit"] {margin:10px 0 0 205px;padding:5px; box-sizing: border-box;width:200px;border: 1px solid #CD003A!important;border-radius: 3px;color: #FFF;background-color: #CD003A; }

h1 {color: #CD003A;font-size: 18px;margin: 8px 0 8px 0;}
h2 {color: #333333;font-size: 18px;margin: 8px 0 8px 0;}

@media (max-width:510px){
    form div.inputRow label { width:100%;float:none; }
    form div.inputRow input,
    form div.inputRow textarea,
    form div.inputRow select { width:100%; } 
    form input[type="submit"] { margin:10px 0 0 0;width: 100%; }
}</pre></body></html>