.section-text ul.chart {
	zoom: 1;
margin:0px !important;
	margin-left:48% !important;
	position:relative;margin-top:0 !important;
	padding:0px  !important;
}
.chart:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden
}
.chart li {
	display: block;
	height: 28px;
	margin-top: 0px;
	margin-left:0px !important;
	position: relative;
	width:95% !important;
	font-size:11px !important;
	font-weight:bold;
	padding-bottom:5px !important

}
.chart li:before {
	color: #222;
	content: attr(title);
	left: 5px;
	position: absolute
}
.chart li.title:before {
	color: #000000;
	font-weight:bold;
	left: 0;
	text-transform:uppercase;
	width:100%;
	font-size:14px !important;
	display:none;height:0px;
	
}

.chart li:first-child {
	margin-top: 0
}
.chart li:last-child {
	padding-bottom:5px !important;
}
.chart li .bar {
	background: #dddddd;
	height: 100%
}
.chart li .number {
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	position: absolute;
	top: 0px
}
.chart li {text-shadow:none !important;line-height:22px !important;}
.chart li.past .bar {
	background: #aaa
}
.chart li.past .number {
	color: #aaa
}

@media screen and (max-width: 480px) {
.chart li {
	height: auto
}
.chart li:before {
	color: black;
	display: block;
	left: 0;
	position: relative
}
.chart li.title:before {
	border-bottom: 1px solid
}
.chart li .bar {
	height: 23px
}
.chart li .number {
	display: block;
	left: 0 !important;
	padding-left: 0;
	position: relative;
	top: -8px
}
}
