.PercentBar {
	position:relative;
	display: inline-block;
	width: 300px;
	height: 20px;
	border:2px solid #7f1e2d;
	border-radius: 15px;
	background: #FFF;
	margin-top: 50px;
	}
	
.PercentBar .ProgressWrapper  {
	position: absolute;
	display: block;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border-radius: 15px;
	overflow: hidden;
	}
	
.PercentBar .Progress  {
	position: absolute;
	display: block;
	top:0;
	left:0;
	bottom:0;
	background: #7f1e2d;
	}
	
/*.PercentBar .Value  {
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	right:15px;
	top:-40px;
	border-radius: 50%;
	background: #7f1e2d;
	color:#FFF;
	text-align: center;
	font-size: .95em;
	font-weight: 600;
	line-height: .7em;
	padding-top: 8px;
	margin-left: -16px;
	}
	
.PercentBar .Value span  {
	display: block;
	font-size: .6em;
	}
	
.PercentBar .Value::after  {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width:9px 12px 0 12px;
	border-color: #7f1e2d transparent transparent transparent;
	position: absolute;
	bottom: -3.40px;
	left:4px;
	z-index: -1;
	}*/
	
	
.PercentBar .Value  {
	position: absolute;
	display: block;
	width: 100%;
	top:-25px;
	color:#7f1e2d;
	text-align: center;
	font-size: .95em;
	font-weight: 600;
	line-height: .7em;
	}
