ul.nav.navbar-nav > li.first.leaf {display: none;}


#aj-notice {
    color: white;
    font-size: x-large;
    text-align: center;
    margin-top: 2em;
}

#aj-notice a {
    text-decoration: underline;
    color: yellow;
}
#aj-notice a:hover, #aj-notice a:focus, #aj-notice a:active { 
    text-decoration: none;
    color: yellow;
}


#aj-notice:before {
    color: yellow;
    font-size: 2em;
    text-align: center;
    content: "\26A0";
    margin-right: 0.6em;
}
