/* These are just a test styles - you don't need them in your project */

.circles {
  margin-bottom: -10px;
  float: left;
}

.circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block !important;
  position: relative;
  text-align: center;
  line-height: 2.2;
  /*
  left: 45rem;
    top: -8px;
  */
}


.circle canvas {
  vertical-align: top;
}

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

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

