@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* allow any number of columns in Customize Toolbar box */
#palette-box {
  float: left !important;
  overflow-x: hidden !important;
}
#palette-box .paletteRow {
  display: inline !important;
}
#palette-box toolbarpaletteitem {
  display: inline !important;
  width: 105px !important;
  height: 85px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#palette-box toolbarpaletteitem > hbox,
#palette-box toolbarpaletteitem label {
  display: inline !important;
}

/* fix separator */
#wrapper-separator #separator {
  display: inline !important;
  font-size: 40px !important;
}

/* make all buttons' text be on the bottom - thanks Grist! */
#palette-box toolbarpaletteitem toolbarbutton {
  -moz-box-orient: vertical !important;
  text-align: center !important;
}

/* show button that AIOS hides by mistake */
#wrapper-console2-button #console2-button {
  display: -moz-box !important;
}