<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3 {
  text-transform: none !important;
}

#footer .footer-copyright {
    background: #24180c !important;
    border-top-color: #24180c !important;
}
.body&gt;#footer .copyright {
    color: #dddddd !important;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

/* Make footer less tall */
.body &gt; #footer {
    padding-top: 26px !important;
}
.body &gt; #footer .footer-copyright {
    padding-top: 10px !important; margin-top: 0 !important;
}
.body&gt;#footer {
    margin-top: 0px !important;
}

/* Title Box */
.titleBox {
    background: #6daeca;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    clear: both;
    min-height: 55px;
    padding-top: 14px;
    text-align: center;
    color: #2d3945;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

</pre></body></html>