.default-progress-bar {
  padding: 2px;
}

.default-progress-bar > div {
  height: 22px;
}

.default-progress-bar > span {
  height: 20px;
  position: absolute;
  width: 2px;
}

/* variation small */

.default-progress-bar.small > div {
  height: 10px;
}

.default-progress-bar.small > span {
  height: 8px;
}

.text-wrap-nowrap {
  white-space: wrap;
}

@media screen and (min-width: 600px) {
  .text-wrap-nowrap {
    white-space: nowrap;
  }
}
