@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("jottit.com") {
pre {
  background-color: #e7ebff;
  padding:0.5em;
  white-space: -moz-pre-wrap;
  /*white-space: pre-wrap;*/
  font-family:'Bitstream Vera Sans Mono',monospace;
}
}