<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#info-box {
    border: 1px solid red;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    border-radius: 0 6px 6px 6px;
    background-color: black;
    opacity: 0.8;
    padding: 3px;
}

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