<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.infoPanel {align-items: center;}
.infoPanel I {margin-right: 10px;}

.errors {margin: 0; color: #d9001a !important; font-weight: bold;}
.done {color: green !important; font-weight: bold;}

input,
textarea { font-size: inherit; font-family: inherit; border: 0; outline: 0; background: #fff; -webkit-appearance: none; }
input[type="submit"] { cursor: pointer; }

::-webkit-input-placeholder { color: #b3b3b3; font-size: 15px; font-weight: 300; }
::-moz-placeholder { color: #b3b3b3; font-size: 15px; font-weight: 300; }
:-ms-input-placeholder { color: #b3b3b3; font-size: 15px; font-weight: 300; }
:-moz-placeholder { color: #b3b3b3; font-size: 15px; font-weight: 300; }

.formShadow {
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(227,229,231,1);
  -moz-box-shadow: inset 2px 2px 5px 0px rgba(227,229,231,1);
  box-shadow: inset 2px 2px 5px 0px rgba(227,229,231,1);
}

.formLine {width: 100%; float: left; margin: 5px 0;}
.formLine.firstFormLine {margin-top: 0;}
.formLine.lastFormLine {margin-bottom: 0;}
.formLine .formInput {width: 100%; height: 46px; float: left; padding: 0 20px; border: 1px solid #e3e5e7;}
.formLine .formInput:FOCUS {border-color: #a4abb3;}
.formLine .formSelect {width: 100%; height: 46px; float: left; padding: 0 20px; border: 1px solid #e3e5e7; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url('/images/select-arrow.png'); background-repeat: no-repeat; background-position: right 10px center;}
.formLine .formSelect:FOCUS {border-color: #a4abb3;}
.formLine .formTextarea {width: 100%; height: 120px; float: left; padding: 10px 20px; border: 1px solid #e3e5e7;}
.formLine .formTextarea:FOCUS {border-color: #a4abb3;}
.formLine .formSubmit {width: 100%; height: 46px; float: left; padding: 0 20px; border: 1px solid #e3e5e7; text-align: center; background-color: #a4abb3; color: #fff; font-size: 18px; font-weight: 300; text-transform: uppercase;}</pre></body></html>