@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(taskodone.com) {
  .note {
    white-space: pre;
  }

  textarea[name="content"] {
    height: 500px !important;
  }
}