<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input.errorBox {
    border: 2px solid #FF0000;
}


div.errorCheckbox {
    color: #FF0000 !important;
}

    div.errorCheckbox a {
        color: #FF0000 !important;
    }

.IpDescription {
    padding: 1em !important;
    background-color: #eaeaea;
    border-radius: 0.5em;
    margin: 1em;
}

.short {
    width: 200px;
}

/* Splash screen */
.splashBackground {
    background-color: #EFEFEF;
    opacity: 0.7;
}
</pre></body></html>