@namespace url(http://www.w3.org/1999/xhtml);

/* ---------------------------------------------- *
 * Style:   Fapomatic - Site cleanup		  *
 * Author:  Diddle				  *
 * ---------------------------------------------- *
 * August 20, 2008:				  *
 * 	- More aggressive junkremoval		  *
 * 						  *
 * January 4th, 2007:				  *
 * 	- Initial release			  *
 * 						  *
 * ---------------------------------------------- */

@-moz-document url-prefix("http://fapomatic.com/show") {

	body > table { width: 100% !important; }

	td > p > iframe,
	body > *:not(table), 
	body > table > tbody > tr > td[align="left"],
	table.piccontainer > tbody > tr > td > p:first-child,
	table.piccontainer > tbody > tr > td > p > *:not(img),
	table.piccontainer > tbody > tr:not(:first-child) > td > *:not(p):not(br):not(textarea) { display: none !important; }

}