.container {
background-color: #1b1b1b;
color:#666;
}
span{
position:relative;
width:10px;
margin-left:-10px;
}
.progress {
background: rgba(42,252,5,1);
background: -moz-linear-gradient(left, rgba(42,252,5,1) 0%, rgba(227,252,5,1) 50%, rgba(252,40,8,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(42,252,5,1)), color-stop(50%, rgba(227,252,5,1)), color-stop(100%, rgba(252,40,8,1)));
background: -webkit-linear-gradient(left, rgba(42,252,5,1) 0%, rgba(227,252,5,1) 50%, rgba(252,40,8,1) 100%);
background: -o-linear-gradient(left, rgba(42,252,5,1) 0%, rgba(227,252,5,1) 50%, rgba(252,40,8,1) 100%);
background: -ms-linear-gradient(left, rgba(42,252,5,1) 0%, rgba(227,252,5,1) 50%, rgba(252,40,8,1) 100%);
background: linear-gradient(to right, rgba(42,252,5,1) 0%, rgba(227,252,5,1) 50%, rgba(252,40,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2afc05', endColorstr='#fc2808', GradientType=1 );}
.progress-bar-perqind {
background-color: #333;
float:right;
}