@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Slim statusbar */
#throbber-box { display: none !important; }
#status-bar > * ,
#status-bar > * > * {
  margin: 0px !important;
  padding: 0px !important;
}

/* Display the tabbar at the bottom */
#content > tabbox { -moz-box-direction: reverse !important; }

/* Italic text in not seen tabs */
#content tab:not([selected]) {
font-style: italic !important;
} 

/* Form the Vimperator wiki */
.hl-StatusLine {
     background-color: #E8E8E8 !important;
     color: black !important;
}
.hl-StatusLineSecure {
     background-color: #B0FF00 !important; /* light green */
     color: black !important;
}
.hl-StatusLineBroken {
     background-color: #FF6060 !important; /* light red */
     color: black !important;
}