<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel-default {
    border: thin #eacd8f solid;
}

    .panel-default &gt; .panel-heading {
        background-color: #4e5880;
        border-radius: 5px 5px 0px 0px;
        margin: 1px 1px 0px 1px;
        border: none;
        padding: 10px;
    }

.panel-title {
    font-weight: bold;
    font-size: 20px;
    color: #ccab63;
}

    .panel-title a {
        font-weight: bold;
        font-size: 20px;
        color: #ccab63;
        text-decoration: blink;
    }

    .panel-title a:hover{
        font-weight: bold;
        font-size: 20px;
        color: #ffffff;
        text-decoration: blink;
    }

#gold &gt; div &gt; b a {
    text-decoration: blink;
    color: #757c9e;
    font-weight: normal;
}

#gold &gt; .green_links a {
    font-weight: bold;
}

.form-control[disabled] {
    background-color: #f1f4f6;
}

.form-control {
    border: thin #cbd5de solid;
}
</pre></body></html>