.percent{
	width:100%;
}
.progress-linear {
    position: relative;
    color: #333;
    text-align: left;
}
.progress-linear-modern .progress-bar-linear {
    position: relative;
    z-index: 2;
}

.progress-bar-linear {
    height: 12px;
    width: 0;
    background-color: #c0a184;
    border-radius: 9px 9px 9px 9px;
	border: 1px solid #f7f7f7;
	
	
}



.progress-bar{
	float:left;
	width:100%;
	margin-bottom:2rem;
}
.progress-header{
	font-size:200%;
}
.progress-header , .progress-value{
	font-size:145%;
	font-weight:300;
}
.progress-header p{
	margin-bottom:-10px;
}
.progress-value{
	float:right;
}
.progress-bar-linear-wrap{
	width:80%;
	display:inline;
	float:left;
	
	width:85%;
	position:absolute;
	left:0px;
	top: 50%;
    
    
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	height: 12px;
	background-color: #f7f7f7;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
}
.prog-wrap{
	float:left;
	position:relative;
	width:100%;
}

