.ycd-progress-bar {
  margin: 10px auto;
 /* background-color: #0A5F44; */
}

.ycd-progress-text {
  height: 100%;
  vertical-align: middle;
}

.ycd-progress-bar div {
  height: 100%;
  text-align: right;
  padding: 0 10px;
  line-height: 22px; /* same as #progressBar height if we want text middle aligned */
  width: 0;
 /*   background-color: #CBEA00; */
  box-sizing: border-box;
  color: white;
}
