/** Progressbar class css*/
.progressbar {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
	position: relative;
	background-color: #EEEEEE;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
}
.last-bar .progressbar {
	margin-bottom: 0px;
}
.proggress{
	height: 8px;
	width: 10px;
	background-color: #3498db;
}

.percentCount{
	float:right;
	margin-top: -55px;
	clear: both;
	font-family : 'Roboto', sans-serif;
    font-weight : 500;
    color : #404040;
    text-transform : capitalize;
    font-size: 16px;
    letter-spacing: 1px;
}