body{
	background:#39A935;
	font-family:Arial, Helvetica, sans-serif;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.progress {
    overflow: hidden;
   	position:relative;
	margin: 0px 0;
	height: 40px !important;
    border-radius: 10px;
    background: #FFFFFF;
    border:1px solid #ccc;
}
.progress-bar {
	overflow: hidden;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    
    transition: 1s ease
}
.progress-striped .progress-bar {
   
	border-radius:30px;
}


.progress-bar {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}



.progress span {
    line-height: 2.5em;
    display: inline-block;
    position: absolute;
    right: 16px;
    font-size: 17px;
    font-weight: bold;
}

.progress i {
    line-height: 2.5em;
    display: inline-block;
    position: absolute;
    right: 35px;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
}


.budge3 {
    display: inline-block;
    position: absolute;
    left: 9px;
    font-style: normal;
    font-size: 16px;
    border-radius:10px;
    background: #3c3c3b;
    padding: 0.3em 0.7em;
    margin-right: 8px;
    float: left;
    width: auto;
    top: 7px;
    line-height: 18px;
    height: 25px;
    text-align: center;
}

.progress strong {
    display: inline-block;
    position: absolute;
    left: 54px;
    font-style: normal;
    font-size: 12px;
    top: 10px;
    color: #100C08;
}






