<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ticker {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    color: #56676b;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
}

.ticker ul {
    width: 100%;
    position: relative;
}
.ticker ul li {
    width: 100%;
    display: none;
}</pre></body></html>