@-moz-document domain("boards.ign.com") {

/*	##############################################
	Invisitext Revealer --

    Makes the most common invisi-text colors visible. 
    These colors will appear on a dark grey background. */

.BoardRowB span[style^="color: #c1c2c3"],
.BoardRowB span[style^="color: rgb(193, 194, 195)"],
.BoardRowB span[style^="color: #c1c2c8"],
.BoardRowB span[style^="color: rgb(193, 194, 200)"],
.BoardRowB span[style^="color: #c1c2c9"],
.BoardRowB span[style^="color: rgb(193, 194, 201)"],
.BoardRowB span[style^="color: #c1c2ca"],
.BoardRowB span[style^="color: rgb(193, 194, 202)"],
.BoardRowB span[style^="color: #c1c2cb"],
.BoardRowB span[style^="color: rgb(193, 194, 203)"],
.BoardRowB span[style^="color: #c1c2cc"],
.BoardRowB span[style^="color: rgb(193, 194, 204)"],
.BoardRowB span[style^="color: #c1c3c3"],
.BoardRowB span[style^="color: rgb(193, 195, 195)"],
.BoardRowB span[style^="color: #c1c3c8"],
.BoardRowB span[style^="color: rgb(193, 195, 200)"],
.BoardRowB span[style^="color: #c1c3c9"],
.BoardRowB span[style^="color: rgb(193, 195, 201)"],
.BoardRowB span[style^="color: #c1c3cb"],
.BoardRowB span[style^="color: rgb(193, 195, 203)"],
.BoardRowB span[style^="color: #c1c3cc"],
.BoardRowB span[style^="color: rgb(193, 195, 204)"],
.BoardRowB span[style^="color: silver"],
.BoardRowB span[style^="color: lightgray"],
.BoardRowB span[style^="color: lightgrey"] {
	background-color: #666666 ! important;
	border-top: 1px dashed #999999 ! important;
	border-bottom: 1px dashed #999999 ! important;
} 

}