I need assistance in reducing the size of my progress bar. Can anyone offer guidance?
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
font-weight: 600;
line-height: 19px;
color: #ffffff;
text-align: center;
background-color: #999999;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}