@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("my.quill.to") {

div.content {
  width: 90%!important;
}

div#text-styles {
  width: 98%!important;
  padding: 4px 1%!important;
}

dl#color-select-box {
  left: auto!important;
  right: 0!important;
}

textarea#body {
  width: 100%!important;
  height: 650px!important;
  padding: 0!important;
  background: #333;
  color: #fff;
  font-size: 12px!important;
}



}