@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("gay-torrents.net") {

/* hides advertisements */
iframe,
div.advertising,
#bodyarea table div table[width="80%"],
#bodyarea table div table[width="100%"] div,
#bodyarea table div table[width="100%"] font {
display: none !important;
}

/* hides "language forums" layer */
#quickmenu {
display: none !important;
}

}


/* individual torrent pages */

@-moz-document url-prefix("http://www.gay-torrents.net/torrent") {

/* hides advertisements */
#bodyarea table tr.titlebg td[width="175"],
#bodyarea table td[rowspan],
#bodyarea table tr.windowbg td[colspan] {
display: none !important;
}

/* sets height for the "shoutbox" */
#shoutbox {
height: 170px !important;
overflow: scroll !important;
overflow-x: hidden !important;
border: 1px inset #ECE9D8 !important;
}

/* sets height for images in "details about this" */
#bodyarea div table td[colspan][class="windowbg2"] img {
max-height: 250px !important;
width: auto !important;
}

/* puts "download" buttons in one line */
form[action*="torrentdownload"] {
display: inline !important;
}

}