@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

/*	##############################################
	Colored Text Borders --

	This will put a light gray line above and below all colored text
	in order to mark invisitext. 
	Placing the mouse cursor over the text will remove the borders. */

.BoardColorTag { 
	border-top: 1px solid #ddd !important; 
	border-bottom: 1px solid #ddd !important;
} 
.BoardColorTag:hover { 
	border-top: 1px solid #c1c2c9 !important; 
	border-bottom: 1px solid #c1c2c9 !important;
}

}