.circle-progress {
  width: 100px;
  margin: 6px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle-progress canvas {
  vertical-align: top;
}

.circle-progress strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.circle-progress strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle-progress strong span {
  margin-top: 0;
}

.circle-progress span {
  display: block;
  margin-top: 12px;
}