@import url("chrome://global/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");

dialog {
  width: 32em;
  height: 35em;
}

.dialog-button-box {
  display: none !important;
}

tree {
  -moz-binding: url("chrome://yasearch/content/spellchecker/spellchecker-dict.xml#spellchecker-tree");
  min-width: 14em;
  min-height: 24em;
}

#info-box {
  margin: 0 3px;
}

#info-box[visible="false"] {
  visibility: hidden;
}