@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("dslreports.com"), domain("broadbandreports.com") {

  body > center:first-child, iframe,
  td[width="110"] > *:not(:first-child) {
    display: none !important;
  }

/* sidebar hidden except on hover - inspired by loucypher */
  td[width="110"] {
    width: 10px !important;
    min-height: 200px !important;
    max-height: 550px !important;
    position: fixed !important;
    border: 2px solid !important;
    margin-top: 10em !important;
  }

  td[width="110"]:hover {
    width: 120px !important;
  }

  td[width="110"] > * {
    display: none;
  }

  td[width="110"]:hover > * {
    display: block;
  }
}