@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bittorrentmonster.com"),domain("btmon.com"){

/*remove extra stuff from file listing*/
#fold_content_files th,
/*Earth's Biggest BitTorrent Database*/
#content>h1,
/*empty space below top area*/
[id^="oafa_target_"],
/*logo*/
body>table>tbody>tr>td:not(:last-child),
/*remove left/right side & footer*/
#col_container>*:not(#middle_col),
/*ads/others*/
div[id^="ad_"],#resultPage>*:not(.toolText):not(table):not(.catList):not(#col_container):not(.searchBar)
{display:none!important}

/*add border to items*/
#content>table>tbody>tr[onmouseover]>td{border:1pt solid #aaa!important}
/*add columns to file listing*/
#fold_content_files tbody,#fold_content_files tr{display:block!important}
#fold_content_files tbody{-moz-column-count:4!important;-moz-column-gap:0!important}
/*add side margins to main area*/
body{margin:0 5pt 0 1em!important}
/*remove ad space from sides*/
#middle_col{margin:0!important}
/*reposition adv search*/
#adv_search{position:relative!important}
}