﻿.main-nav {
    display: none;
}
.sub-nav { 
    display:none !important;
}

a[href]:not(.action-button):after {
    content: " (" attr(href) ")";
}


/* Teach */
div.block.unit-nav {
    display: none;
}

