@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("phpbb.com"){

/* We remove the ads. Do you like 'em? I don't ;) */
div[id*="advert"] {display:none !important;}

/* Cool, phpBB got a award and have partners. */
/* Nice for them, but i remove it */
div[id="extras"] {display:none !important;}

/* After the removing of the partners and other shit, */
/* we need to fix the width of the maintable */
div[id="main"] {width:100% !important;}

/* Since phpbb.com never knows wrapping the 'who is online' table, */
/* we will try to fix it, do we? ;) */

P {max-height:50px !important; overflow:auto !important;}

}