<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.adaptivetoggle {
    margin-top: 25px;
    display: none;
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    opacity: 0.9;
    /*padding-bottom:10px;*/
    font-size: 14px;
    line-height: 1;
}

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

.adaptivetoggle a:hover {
    color: #fff;
    text-decoration: none;
}

.adaptivetoggle.screen_desctop {
    font-size: 36px;
}</pre></body></html>