.textImage-replaced {
	visibility: visible !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... 
   negative-letter spacing in this case is used to make the browser text metrics 
   match up with the custom font metrics, your own settings may vary... 
   any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.textImage-enabled h1  {
	visibility: hidden;
	font-size:20px;
}

.textImage-enabled #content h2  {
	visibility: hidden;
	font-size:16px;
}

.textImage-enabled #side-col h2  {
	visibility: hidden;
	font-size:16px;
}

.textImage-enabled .user-actions span {
	visibility: hidden;
	font-size:18px;
}