<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #777;
}


h1, h2, h3, h4, ul.nav  {
    color: #7e388a;
}

h3 &gt; small {
    font-size: 50%;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #7e388a;
    background-color: transparent;
}


a {
    color: #7e388a;
    text-decoration: none;
}

* {
    border-radius: 0;
}

a:focus, a:hover {
    color: #710e15;
    text-decoration: none;
}

.form button[type="submit"] {
    float: none;
}

ul, ol, dl {
    font-family: inherit;
    font-size: inherit;
    line-height: 1.6;
    list-style-position: outside;
}

button {
    background: #7e388a;
    padding: 15px;
}

.col-md-2 &gt; .highlight &gt; strong {
    color: #7e388a;
}
@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}</pre></body></html>