@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("slashdot.org") {
  html, body, div, a, h1, h2, h3, h4, h5, h6, p, span, table, tbody, thead, tr, td
  {
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 1px !important;
    text-decoration: none !important;
    width: auto !important;
  }
  #ostgnavbar, #links, #slashboxes, #topnav, #top_parent, #user-section, .btmnav, .search, #jump, .article .details img, #adminmenu, #footer table, div.storylinks, div.storylinks ul, div.storylinks div, .prev-next, #comments input, .commentwrap, .lb, .tagsheader, .topic
  {
    display: none !important;
  }
  a:link, a:visited
  {
    color: #000 !important;
    text-decoration: underline !important;
  }
  /* From: http://userstyles.org/styles/266 */
  /* remove "n replies below your current threshold" text */
  #commentlisting li:not([id]) {
    display: none !important;
  }

}