<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wfg-fixed-notice {
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 36px;
    box-shadow: 0 0 5px 1px #222;
    top: 0;
}

.wfg-fixed-notice &gt; p {
    background: red none repeat scroll 0 0;
    padding: 5px;
    font-family: helvetica;
    font-weight: bold;
    font-size: 14px;
}

a.wfg-fixed-notice-remove {
    color: #fff;
    position: relative;
    float: right;
    right: 20px;
}
</pre></body></html>