<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-table {
    width: 100%;
    clear: left;
    float: left;
    margin-bottom: 25px;
}
.contact-table &gt; .row {
    width: 100%;
    clear: both;
    float: left;
}
.contact-table &gt; .row &gt; .label {
    width: 30%;
    float: left;
    position: relative;
}
.contact-table &gt; .row &gt; .inputs {
    width: 70%;
    float: left;
}
.contact-table &gt; .row &gt; .label span.text {
    display: block;
    float: left;
    margin-top: 9px;
    /*font-size: 16px;*/
}
.contact-table &gt; .row &gt; .inputs &gt; .input,
.contact-table &gt; .row &gt; .inputs &gt; .input-100 {
    width: 100%;
}
.contact-table &gt; .row &gt; .inputs &gt; .input-80 {
    width: 70%;
}
.contact-table &gt; .row &gt; .inputs &gt; .input-60 {
    width: 55%;
}
.contact-table &gt; .row &gt; .inputs &gt; .input-50 {
    width: 45%;
}
.contact-table &gt; .row &gt; .inputs &gt; .input-40 {
    width: 35%;
}
.contact-table &gt; .row &gt; .inputs &gt; .input-20 {
    width: 20%;
}

.contact-table &gt; .single &gt; .label,
.contact-table &gt; .single &gt; .inputs
{
    float: left;
    width: 100%;
}

.contact-table &gt; .row &gt; .inputs input,
.contact-table &gt; .row &gt; .inputs select,
.contact-table &gt; .row &gt; .inputs textarea {
    padding: 1%;
    width: 98%;
    border: 1px solid #d0d0d0;
    font-size: 20px;
    border-radius: 5px;
    color: #000;
}

.contact-table &gt; .row &gt; .inputs &gt; div {
    margin-top: 5px;
}

.contact-table &gt; .row &gt; .inputs &gt; div:last-child {
    float: right;
}
.contact-table &gt; .row &gt; .inputs &gt; div:first-child {
    float: left;
}
.contact-table &gt; .row &gt; .inputs img.secure {
    border: 1px solid gray;
    padding: 3px;
    border-radius: 5px;
}
.contact-table &gt; .row input.submit {
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}
.contact-table .cfhpir {
    position: absolute;
    top: -9999px;
    width: 50%;
}
.contact-table input[type=submit]:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0c8";
}
.status {
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5);
    padding: 8px;
}
.status h2,
.status h3 {
    margin: 0;
    padding: 0;
}
.success {
    border: 2px solid #076B00;
    background-color: #A8F7A3;
    color: #12440E;
}
.error {
    background-color: #CC0606;
    color: #ffffff !important;
}
.error-list {
    border: 2px solid #CC0606;
    background-color: #FCC7C7;
    color: #5B0F0E;
}
.error-list ul {
    padding: 0 0 0 36px;
    margin: 0;
}
.error-list ul li {
    padding-top: 2px;
}</pre></body></html>