.ldBar {
    position: relative;
    min-height: 40px;
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 15px;
    stroke-width: 10;
}
.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
  color:#ff6a00;
  font-weight:bold;
  font-size:10px;
  padding-top: 2%;
}
.ldBar-label:after {
  content: "%";
  display: inline;
}
.ldBar.no-percent .ldBar-label:after {
  content: "";
}

.ldBar path.mainline {
    stroke-width: 10;
    stroke: #505050;
    stroke-linecap: round;
}
.ldBar path.baseline {
    stroke-width: 10;
    stroke: #f1f2f3;
    stroke-linecap: round;
    
}
 