/*
 * Metafilter Comment Preview Window Widener
 *
 * Author      : bugbread
 * Update      : June 19th, 2007
 * Description : Widens the preview window in Metafilter (to the same width as the Metafilthy-modified comment entry box)
 */


@-moz-document domain(metafilter.com) {
	
#prevDiv {
	width:660px !important;
}

#prevDiv2 {
	width:660px !important;
}
	
}