.ldBar {
  position: relative;
}
.ldBar path.baseline {
  stroke-width: 10;
  stroke: #f1f2f3;
  stroke-linecap: round;
}

.ldBar path.mainline {
  stroke-width: 7;
  stroke-linecap: round;
}


.ldBar-label {
  color: #000000;
  font-family: 'Pridi';
  font-size: 2.0em;
  font-weight: 400;
}
.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
}
.ldBar-label:after {
  content: "%";
  display: inline;
}
.ldBar.no-percent .ldBar-label:after {
  content: "";
}
