/* Gauge (focus) */

.gauge-container.two {
	height: auto;
	border: 1px solid rgba(255,255,255,0.1);
}
.gauge-container.two > .gauge > .dial {
	stroke: #334455;
	stroke-width: 7;
}
.gauge-container.two > .gauge > .value {
	/*stroke: orange;*/
	stroke-dasharray: none;
	stroke-width: 10;
}
.gauge-container.two > .gauge > .value {
	/*fill: orange;*/
}


.focus-gauge {
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
	clear: both;
}

.focus-gauge > .display {
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	overflow: auto;
	padding: 20px 0;
	overflow: hidden;
	width:35%;
	min-width:200px;
	margin-left:auto;
	margin-right:auto;
}

/* RSM added so anchor links take the nav bar into account */
a.anchor {
    display: block;
    position: relative;
    top: -64px;
}