@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.faintline {
	  			align: center;
				height: 1px;
				background-color: #ddd;
				width: 90%;
				margin-top: 1.5em;
				border: 0;
	}

.guageContainer {

	padding: 10px;
	border:1px solid grey;
	margin-left: auto;
	margin-right: auto;
	margin:15px 0px 0px 0px;

	background-color:   rgb(245,245,245)  ;

	background-position: 10px center;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;

	background-image: -webkit-gradient(
						linear,
						left bottom,
						left top,
						color-stop(0.25, rgb(243,247,247)),
						color-stop(0.63, rgb(242,245,245)),
						color-stop(0.05, rgb(218,230,230));

	background-image: -moz-linear-gradient(
						center bottom,
						rgb(243,247,247) 25%,
						rgb(242,245,245) 63%,
						rgb(218,230,230) 5% );



}
