.local-navigator {
    display: none;
    /*
    width: 20em;
    height: 30em;
    background: blue;
    position: fixed;    
    top: 50%;
    left: -18em;
    margin-top: -15em;
    opacity: 0.6;
    */
}
.local-navigator.active {
    opacity: 1;
}

/** Stuff we don't know about yet **/
article .category, article .page, article .super-title, .local-navigator, .secondary-graphics {
    position: absolute;
    background: gray;
    display: none;    
}