.percentage .textual {
	display: none;
}

.percentage .bar_holder {
	background: #f3f3f3 !important;
	height: 20px;
	width: 320px;
	position:relative;
}

.percentage .bar_filled {
	background: #1e9ad7 !important;
	height: 20px;
	max-width: 320px;
	position:relative;
	top:0;
	left: 0;
	width:0px;
}