.performance-gauge {
	padding-bottom: 8em;
}
.svgauge-container {
	font-size: 12px;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;

	width: 100%;
	position: absolute;
	margin: 0;
}


.svgauge-output {
	line-height: 35px;
	width: 60px;
	height: 30px;
	background-color: #303030;
	border-radius: 60px 60px 0 0;
	position: absolute;
	top: 135px;
	left: 45%;
	text-align: center;
}

svg { margin: 0px; padding: 0 }

.svgauge-outline  { fill:   #000 }
.svgauge-fill-gpu { fill:   #70b37d }
.svgauge-fill-js  { fill:   #e14e54 }
.svgauge-needle   { fill:   #aaa    }
.svgauge-scale    { stroke: #aaa    }

text {
	text-anchor: middle;
	dominant-baseline: alphabetic;
	font: 12px sans-serif;
	fill: #aaa;
}