@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com") {

/*	##############################################
	Anti page-stretch --
	
	When someone posts a long link or a bunch of characters
	without spaces, this adds a scrollbar just for that 
	post instead of the whole page. 	
	
	*/

.boards_thread_post_column {
max-width: 0px !important;
}
.boards_thread_post_wrapper {
overflow: auto !important;
}

}