@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("osnews.com") {

	body {
            margin: 0 !important;
	    padding: 1em !important;
	}
	
	table, col, td { 
	    width: 100% !important;
	}
	td td { width: auto !important; }
	
	tr + tr + tr .td3 {
	    padding: 0.5em !important;
	}
	tr + tr + tr + tr .td3 { padding: 0 !important; }
	
	center > table + table > tbody > tr > td:first-child
	{ display: none !important; }


	/* EDIT: 2006/04/26 */
	/* remove superfluous background images */
	* { background-image: none !important; }

	/* fix entry widths */
	.table { width: 100% !important; }

}