@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://btjunkie.org/") {
#browse + table,
#browse + table + table,
#about_btjunkie,
#browse + table + div + table > tbody > tr > th + th,
#adbottom
{ display: none !important; }
}

@-moz-document url-prefix("http://btjunkie.org/search?") {
table.tab_results + div + table,
table.tab_results + div + table + table.tab_results,
table.tab_results + script + div + table,
table.tab_results + script + div + table + table.tab_results
{ display: none !important; }
}

@-moz-document url-prefix("http://btjunkie.org/torrent/") {
div#main > table + table > tbody > tr+tr+tr,
div#main > div > div:first-child
{ display: none !important; }

div#main > table + table > tbody > tr+tr+tr+tr
{ display: table-row !important; }

div#main > div
{ padding-top: 10px !important; }
}