@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("codinghorror.com") {
   h1, h2, h3, h4, h5{
      margin-left: 2em !important;
   }
   pre, p, blockquote, ul, ol{      
      margin: 1em auto 1em 4em !important;
      max-width: 35em !important;
   }
   p, blockquote, ul, ol{      
      margin: 1em auto 1em 4em !important;
      font-family: serif !important;
      max-width: 35em !important;
   }
   pre, code{
      font-family: monospace !important;
   }
   .comments-post{
      color: gray !important;
      margin-left: 8em !important;
      font-size: 0.8em !important;
      font-family: monospace !important;
   }
}