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

.progress canvas {
  vertical-align: top;
}

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

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

.progress span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

#javascript strong{
  top: 24px;
  line-height: 24px;
}