	
	

.gauge-section {
	display: inline-block;
	text-align: center;
}

.gauge-section h5 {
	margin-bottom: 0;
	font-size: 14px;
	color: #30b;
}

.gauge {
	display: inline-block;
}

.actions {
	margin-top: 15px;
}

.btn {
	color: #333;
	border: 0;
	border-radius: 3px;
	box-shadow: 0px 1px 3px #666666;
	background: #fff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	cursor: pointer;
}

.btn-icon {
	padding: 2px 15px 2px 15px;
}

.btn:active {
	background: #dddddd;
	text-decoration: none;
}

.rGauge {
  width: 200px;
  height: 145px;
}

.rGauge-base {
  stroke: #e0e0eb;
  fill: none;
}

.rGauge-progress {
  fill: none;
}

.rGauge-val {
  font-weight: 700;
  font-size: 1.15em;
}

.rGauge-min-val, .rGauge-max-val {
  fill: #aaaab0;
}

.cGauge {
  width: 200px;
  height: 145px;
}

.cGauge-base {
  stroke: #e0e0eb;
  fill: none;
}

.cGauge-progress {
  fill: none;
}

.cGauge-val {
  font-weight: 700;
  font-size: 1.15em;
}

.cGauge-min-val, .cGauge-max-val {
  fill: #aaaab0;
}

.vGauge {
  width: 150px;
  height: 145px;
}

.vGauge-base {
  fill: #e0e0eb;
}

.vGauge-progress {
  
}

.vGauge-val {
  font-weight: 700;
  font-size: 1.15em;
}

.vGauge-min-val, .vGauge-max-val {
  fill: #aaaab0;
}



.tGauge {
  width: 150px;
  height: 100px;
}

.tGauge-base {
  fill: #e0e0eb;
}

.tGauge-val {
  font-weight: 700;
  font-size: 1.15em;
}
	
.tGauge-time {
  font-weight: 400;
  font-size: 1.15em;
}
