/* Sticky banner adjustment */
#CH_stickybanner { position: sticky; top: 0; z-index: 1; }
#webplaywrapper sidebar.desktop { top: 140px; }
#webplaywrapper article.gameplay sidebar.gameoptions { top: 160px; }

/* Hide stickybanner when gameplay is active */
.gameplay #CH_stickybanner {
    display: none;
}


.header {
    top: 70px;
    @media (max-width: 568px) {
        top: 100px;
    }
}
.slideout-menu-right{
    margin-top: 70px;
}
@media (max-width: 568px) {
    .slideout-menu-left{
        margin-top:100px;
    }
}
