<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-wrapper li:after {
    content: '';
    display: inline-block;
    background-image: url(../img/common-sprite.png);
    background-repeat: no-repeat;
    background-size: 340px 340px;
    width: 6px;
    height: 11px;
    margin-top: 3px;
    background-position: -332px -206px;
}

#trail ul li:last-child:after {
    content: '';
    background-image: none;
}

.nav-wrapper a.breadClass {
    display: none;
}

.nav-wrapper se-icon {
    display: none;
}

.nav-wrapper li a {
    padding-right: 7px;
}

#trail li:after {
    margin-right: 0.5em;
}

.sdlGlobalHeader {
    position: sticky;
    top: -46px;
    z-index: 60;
}

body {
    overflow-x: hidden;
    overflow-y: visible;
}</pre></body></html>