@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("isohunt.com") {

html, body {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: #fff !important;
}

.bodyline {
  border: none !important;
}

/* hide ads and other junk */
.navbkg,
.SL_zone,
.SERP_zone,
.Listing,
.gensmall,
a.finePrint,
.adHeadline,
.topBar#textAd,
a[href*="banner"],
img[src*="banner"],
img[src*="ftjcfx.com"],
[width="728"][height="90"],
img[src*="cpxinteractive"],
img[width="468"][height="60"],
a[href*="cpxinteractive.com"],
iframe:not([src*="torrent_details"]),
#ihOps,#ihRel,#ihAge,#ihSeeds,#ihLeechers,
div[style="float: right; text-align: right;"],
tr[valign="top"][align="center"]>td[class="row4"],
div[style="border: 1px solid orange; padding: 5px;"],
span[style="font-size: 9px; color: rgb(180, 180, 180);"],
td[align="left"][style="font-size: 12px; color: rgb(240, 10, 0); text-align: left;"],
table[width="90%"][cellspacing="1"][cellpadding="6"][class="forumline"],
table[border="0"][cellpadding="0"][cellspacing="0"][width="728"]
{
  display: none !important;
}

/* too many damn br tags! */
br + br,
div + br,
table + br,
td > br:first-child
{
  display: none !important;
}

/* add some spacing between tables (since I removed some br tags) */
.forumline {
  margin-bottom: 1em !important;
}

/* only links should have underlines! */
u { text-decoration: none !important; }

/* compact list of torrents a bit */
td.row3 { padding: .2em !important; }

/* useless text inside torrent details iframe */
a[href^="/download/"] + span[style="font-size: 9px; color: rgb(88, 88, 88);"],
a[href^="/download/"] + span[style="font-size: 9px; color: rgb(88, 88, 88);"] + br + a + p
{
  display: none !important;
}

/* move RSS/upload link to right side */
div[style="float: left; text-align: left;"] {
  float: right !important;
}

/* fix tooltip position */
.dirs { left: 0 !important; top: 0 !important; }

}