@namespace url(http://www.w3.org/1999/xhtml);
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url(chrome://dta/content/dta/manager.xul) {
/* hide toolbar */
#tools  { display: none !important; }
/* hide donation button */
#tooldonate { display: none !important; }
}