﻿.progressbar {
	width: 200px;
	height: 6px;
	margin-top: 5px;
	margin-bottom: 35px;
	background-color: #4EC364;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .1);
	position: absolute;
	margin-left: 105px;
}

.proggress {
	height: 8px;
	width: 10px;
	background-color: #4EC364;
}

.percentCount {
	text-align: center;
	position: relative;
	margin-top: -40px;
	font-size: 13px;
}

.center {
	font-size: 14px;
}