@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("chrome://dta/content/dta/manager.xul")
{

  /* optional effects */

  /* <delete this entire line to enable smaller fonts>
  #toolbar { font-size: 80% !important; }
  /* */
  
  
  
  /* minimal, no-images toolbar */
  
  toolbar, toolbar * { padding: 0 !important; margin: 0 !important; height: auto !important; min-height: 0 !important; }
  toolbar, toolbar spacer { background: transparent !important; }
  toolbar spacer:first-child,
  toolbar spacer + spacer
  { display: none !important; }
  toolbar toolbarbutton {
    -moz-image-region: auto !important;
    list-style: none !important;
    min-width: 0 !important;
  }
  toolbar toolbarbutton image,
  toolbar > image
  { display: none !important; }
  toolbar toolbarbutton label {
    border: 1px solid transparent !important;
    margin: 0 1px !important;
    padding: 0 1px !important;
  }
  toolbar toolbarbutton:hover  label,
  toolbar toolbarbutton:active label { border-color: ButtonFace !important; }
  toolbar toolbarbutton:hover  label { border-style: outset !important; }
  toolbar toolbarbutton:active label { border-style: inset  !important; }

} /* 20090201 */