@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* -------------------------------------------- */
/* Toolbars without borders */
menubar, toolbox, toolbar {border-style: none !important; }
/* -------------------------------------------- */
/* Remove extra padding from the Navigation Bar */
#nav-bar { border: none !important;
 padding: 2px !important; /* The size on the URL field */
 margin: -2px !important; /* Around the url field */
 margin-bottom: -1px !important; /* Space under url-bar*/ }
/* -------------------------------------------- */
/* Size in File Edit... */
#toolbar-menubar { min-height: 15px !important;
 padding: 2px !important; /* padding around (file, edit view...) */
 margin: -2px !important;
 border: none !important; }
/* -------------------------------------------- */
/* Statusbar resize */
#status-bar { border: none !important;
 padding: 0px !important;
 margin:  -3px !important;
 border: none !important; }
/* -------------------------------------------- */
/* Set max nav bar height */
#nav-bar {
 max-height: 29px !important; }
/* -------------------------------------------- */
tabbox {
 border-top: 0px !important;
 border-bottom: 0px !important;
 padding-top: 0px !important; /* Padding betwene Tab-bar and Url field  */ }
/* -------------------------------------------- */
/* Individual tab size */
tab {
 margin-top: -1px !important; /* Space over tabs and under URL-tab */
 margin-bottom: -3px !important;
 margin-left: 1px !important; }
/* -------------------------------------------- */
/* Individual tab inner content area */
#content > tabbox tab {
 padding: 0px 1px 1px 1px !important; }
/* -------------------------------------------- */
/* Background tab inner content area */
#content > tabbox tab:not([selected="true"]) {
 padding: 0px 1px 4px 1px !important; }
/* -------------------------------------------- */
/* Change the tab-bar height */
 tab {height: 10px !important;} .tabbrowser-strip {height: 10px !important;}
/* -------------------------------------------- */
/* Remove the tabbar bottom border */
.tabbrowser-strip {border-bottom: none !important; }
/* -------------------------------------------- */
/* Remove the close button on tab-toolbar */
 .tabbrowser-tabs .tabs-closebutton { display:none !important; }
/* -------------------------------------------- */
/* Hide selected browser menus */
 #navigator-toolbox menu[label="Edit"],
 #navigator-toolbox menu[label="History"],
 #navigator-toolbox menu[label="Go"]
{ display: none !important; }
/* -------------------------------------------- */
#navigator-toolbox .menubar-text { margin-top: 0px !important; margin-bottom: 0px 
!important; }
/* -------------------------------------------- */
/* Content area (encompasses tab bar) */
#content {
 padding-left: 0px !important;
 padding-top: 0px !important;
 padding-bottom: 0px !important;
 border-left: 0px !important;
 border-right: 0px !important;
 border-top: 0px !important;
 border-bottom: 0px !important; }
/* -------------------------------------------- */
/* Text menu */
menubar > menu {
 max-height: 19px !important;
 padding-left: 0px !important;
 padding-right: 0px !important;
 margin-left: 1px !important;
 margin-right: 0px !important;
 margin-top: 0px !important;
 margin-bottom: -1px !important; }
/* -------------------------------------------- */
#navigator-toolbox .menubar-text { margin-top: 0px !important; margin-bottom: 0px
!important; }
/* -------------------------------------------- */
/*allows increase or decrease of padding or margin around icons selected for bookmarks */
#personal-bookmarks toolbarbutton {
 margin: 0px 0px 0px 0px !important;
 padding: 0px 0px 0px 0px !important }
/* -------------------------------------------- */
/* Hide the bookmark labels */
.bookmarks-toolbar-items .toolbarbutton-text {display: none !important;}
/* -------------------------------------------- */
/* Resize URL bar padlock icon */
.info-icon {
 padding: 0px 0px 0px 0px !important; }
/* -------------------------------------------- */
/* Slightly rounded address and search bar corners */
#urlbar {
-moz-appearance: none !important;
-moz-border-radius: 3px !important;
  padding-right: 1px !important; }
/* -------------------------------------------- */
/* Remove the go button */
#go-button-stack { display: none !important; }
/* -------------------------------------------- */
/* Disable Container box for "List all Tabs" Button */
.tabs-alltabs-stack { display: none !important; }
/* -------------------------------------------- */