@namespace url(http://www.w3.org/1999/xhtml);

	@-moz-document domain("rawdataserver.com") {
	
	* { margin: auto !important; }
	
	body > table > tbody > tr > td + td + td,
	body > table > tbody > tr > td:first-child,
	br, br + form, font > font, marquee,
	form form
	{ display: none !important; }
	
	body > table > tbody > tr > td:first-child + td form font a[target="_blank"],
	body > table > tbody > tr > td:first-child + td b
	{
	  display: block !important;
	  margin: auto !important;
	}
	
	/* if the image doesn't load, make it more clear that's what happened */
	img {
	  margin-top: 0.5em !important;
	  border: 1px solid black !important;
	  min-height: 5px !important;
	  min-width: 5px !important;
	  background: gray !important;
	}

}