.progress-label {
  position: absolute;
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin: 0;
  line-height: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
}

.progress-bar {
  height: 1.2rem;
  float: left;
  background-color: #2979ff;
}

.progress {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  height: 1.2rem;
  background-color: #eeeeee;
  position: relative;
}

.progress.thin {
  margin-top: 0.9rem;
  height: 0.4rem;
}

.progress.thin .progress-label {
  margin-top: -0.4rem;
}

.progress.thin .progress-bar {
  height: 0.4rem;
}

.progress-90plus .progress-bar {
  background-color: #00e676;
}

.progress-80plus .progress-bar {
  background-color: #aad6aa;
}

.progress-60plus .progress-bar {
  background-color: #fbc02d;
}

.progress-40plus .progress-bar {
  background-color: #ff5252;
}

.progress-20plus .progress-bar {
  background-color: #ffa7aa;
}

.progress-0plus .progress-bar {
  background-color: #f50057;
}


/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  overflow: hidden;
  width: 100%;
  min-height: 250px;
  border: 0 solid #fff;
}
