/* =Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤= */
/*      Autohide Navbar      */
/*        Modified by        */
/*         Freestyler        */
/* =Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤=Â¤= */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#nav-bar {
height: 3px !important;
min-height: 0px !important;
overflow: hidden !important;
}

#nav-bar:hover,
#nav-bar:focus,
#nav-bar:active {
height: auto !important;
}

