<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alertInner {
    display: block;
    background: #E53535;
    color: #fff;
    padding: 24px 40px;
    position: relative;
    box-shadow: 0px 0px 5px #333333;
    box-sizing: border-box;
    text-align: left;
    z-index: 55;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    letter-spacing: 1px;
}

.alertInner a { color: #fff; text-decoration: underline; }

.alertInner a:hover, .alertInner a:focus { color: #fff; text-decoration: none; opacity: 0.85; }</pre></body></html>