.progress {
  position: relative;
}

.progress-bar-title {
  position: absolute;
  text-align: center;
  line-height: 15px;
  overflow: hidden;
  color: #fff;
  right: 0;
  left: 0;
  top: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(248 249 250);
}