input, option {
  /* Set font size and family of text fields */
  font-family: clean !important;
  font-size: 13px !important;

  /* Set background color to something a little prettier */
  background-color: rgb(200, 255, 220);
}

/* Make menus big, pretty and readable (like the old SGI look):
 * menubar isn't used any more, but was needed for NS6.
 */
menubar, menubutton, menulist, menu, menuitem, menupopup {
  font-family: helvetica !important;
  font-style: italic !important;
  font-weight: bold !important;
  font-size: 11px !important;
}

/*
 * bug 56314 made selection color unreadable most of the time.
 */
::-moz-selection {
  background-color: magenta;
  color: white;
}

/* Hide chrome in fullscreen mode in Firefox */
#toolbar-menubar[moz-collapsed=true] + #nav-bar { display: none !important; }
/* ... and in Seamonkey */
#main-menubar[moz-collapsed=true] + #nav-bar { display: none !important; }

