.meter_statement{
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
}

.main_container{
	/*margin:10px;*/
	border:1px solid black;
	/*width: 225px;*/
	width: 160px;
	/*height: 450px;*/
	height: 286px;
	font-size: .6em;
	margin-top: 5px;
}

.meter_container{
	margin-top: 10px;
	/*margin-left: 10px;*/
	position: relative;
	width: 100%;
	height: 145px;
}

.meter{
	/*position: relative;
	*/
	position: absolute;
	width:25px;
	height: 100%;
	border: 1px solid black;
	overflow: hidden;
}

.meter div{
    width: 100%;
    position: absolute;
	bottom: 0;
}

.current{
	background-color: #0066FF; /*blue*/
}

.next{
	background-color: #FFCC33; /*range*/
}

.labels_left{
	width:74px;
	height: 100%;
}

.labels_right{
	width:50px;
	height: 100%;
}

.sub_containers{
	bottom:0;
	display:inline-block;
}

.lines{
	position: relative;
	border-top:1px solid black;
	width:100%;
}

.meter_sections{
	height:100%;
}