@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com") {

/*	##############################################
	No Scrollbar in Quotes -- 

	IGNBQ adds a scrollbar to long quotes, and this gets 
	rid of that scrollbar.

	If you want, you can keep the scrollbar, and adjust the 
	maximum quote height instead.
	To do that, you change the word "none" below with a measurement 
	(such as 400px or 20cm).		 */

td.BoardRowB[width="83%"] blockquote { overflow-y: auto !important;

	max-height: none !important;

}}