@-moz-document domain(wired.com) {
  /* Get rid of unnecesary cruft. */
      #nav,
      #subnav,
      div[class ^= "promo"],
      ul.wired,
      h4,
      #comments,
      div[class ^= "pgTools"]{
          display: none !important;
      }

   /* Make headings look normal. */
      .pgTitle{
           background: inherit !important;
           border: none !important;
           padding-left: 0 !important;
           margin-bottom: 0 !important;
       }
       
    /* Make headings not tiny. */
       .pgTitle > h1{
             font-size: 350% !important;
        }

    /* Horizontal scrolling sucks. */
        *{ min-width: 0 !important; max-width: 100% !important; }
}