/** Progressbar class css*/
.progressbar {
    width: 100%;
	margin-bottom: 20px;
	position: relative;
	background-color: #000000 !important;
}

.proggress{
	height: 2px !important;
	width: 10px;
	background-color: #3B7B8A !important;
}

.percentCount {
    float: right;
    clear: both;
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: -22px;
}
