@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.eff.org") {
  body {
     background-image: none !important;
  /*   background-color: white !important; */
  }

  #hide, #topnav, body>div:first-child, #footer, #enditems, 
  #sidebar, .breadcrumb, .topics, .deeplinkspost>p:last-child
    { display: none !important; }

  #upper_level_containers, .wrapper, #contentcontainer, #content, .blog
  {
     width: 100% !important;
     max-width: none !important;
     margin: 0 !important;
     padding: 0 !important;
     float: none !important;
  }

  #primaryContent, .deeplinkspost
  {
     padding: 2% !important;
     width: 96% !important;
     text-align: justify !important;
     font-size: 12pt !important;
     font-family: arial, sans-serif !important;
     max-width: none !important;
  /*
     position: absolute !important;
     left: 0 !important;
  */
  }


}