.multiprogress-bar .graduation {
  color: #888888;
  max-width: 100%;
  text-align: center;
}

.multiprogress-bar .bars {
  background-color: #88888833;
  border-radius: 5px;
  height: 10px;
  overflow: hidden;
}

.multiprogress-bar .bars .bar {
  cursor: pointer;
  height: 10px;
  float: left;
  max-width: 100%;
}

.multiprogress-bar .percent-bar {
  cursor: pointer;
}

.multiprogress-bar .bars div.bar:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}