@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Remove spacing between status bar icons */
statusbarpanel, .statusbarpanel-iconic, .statusbarpanel-iconic-text, 
.statusbarpanel-menu-iconic, .searchbar-textbox {
   -moz-appearance: none !important;
   padding: 0px 0px 0px 0px !important;
   border: none !important;
   border-top: none !important;
   border-bottom: none !important;}

/* Change status toolbar height and font */
#status-bar {
  -moz-appearance: none !important;
   border: none !important;
   height: 20px !important; /* Status bar height adjust as needed */
   font-size: 8pt !important;
   font-family: Verdana !important;}