/* Keep the sticky header clear of the fixed vertical navigation. */
.topbar{left:0!important;margin-left:68px;width:calc(100% - 68px)}
@media(max-width:900px){.topbar{left:0!important;margin-left:54px;width:calc(100% - 54px)}}
@media(max-width:600px){.topbar{left:0!important;margin-left:0;width:100%}}
