@font-face {
	font-family: "Graublau Web";
	src: url("/prx/000/http/www.useragentman.com/shared/fonts/GraublauWeb/GraublauWeb.eot");
	src: local("Graublau Web"),
		/* url("/prx/000/http/www.useragentman.com/shared/fonts/GraublauWeb/GraublauWeb.svg#GraublauWeb-Regular") format("svg"), */
		
     	  url("/prx/000/http/www.useragentman.com/shared/fonts/GraublauWeb/GraublauWeb.otf")
		format("opentype");
}

@font-face {
	font-family: "Graublau Web Bold";
	src: url("/prx/000/http/www.useragentman.com/shared/fonts/GraublauWeb/GraublauWebBold.eot");
	src: local("Graublau Web Bold"), local("Graublau Web-Bold"),
		/* url("/prx/000/http/www.useragentman.com/shared/fonts/GraublauWeb/GraublauWebBold.svg#GraublauWeb-Bold") format("svg"), */
		
     	  url("/prx/000/http/www.useragentman.com/shared/fonts/GraublauWeb/GraublauWebBold.otf")
		format("opentype");
}

table.dataTable {
	width: auto !important;
}

table.dataTable img {
	border: none !important;
}

#content #intro p{
	width: 260px;
	border: solid 1px black;
	padding: 10px 20px 0px 20px;
	font-size: 2em !important;
	line-height: 1.5em !important;
	margin: 5px 10px 0 0 !important;
	float: left;
	font-family: "Graublau Web Bold", "Arial Narrow", "Helvetica",
		sans-serif !important;
	zoom: 1;
	background-image: url('/prx/000/http/www.useragentman.com/images/background/clouds.jpg');
} 

#intro p, #intro p:before {
	text-shadow: 3px 3px 3px #aaaaaa;
	width: 260px;
}

/* Step 1: apply the Chroma and Blur filter to the text you want the Drop Shadow on */
body.ie9 #intro p {
	color: #aaaaaa;
	background-color: #ccccce;
	filter: progid:DXImageTransform.Microsoft.Chroma(color=#ccccce),
	        progid:DXImageTransform.Microsoft.Blur(pixelradius=3);
}


/* Step 2: create a :before rule on the blurred text */
body.ie9 #intro p:before {
	zoom: 1;
	color: black;
	position: absolute;
	content: attr(data-innertext); /* The contents of the data-innertext attribute must be the same as the .innerText */
	margin-top: 0px;
	margin-left: 0px;
	font-family: "Graublau Web Bold", "Arial Narrow", "Helvetica",
		sans-serif !important;
	
}




.equation {
	text-align: center;
}
