.easy-pie-chart {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.easy-pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easy-pie-chart .info {
  margin-top: 130px;
  z-index: 2;
}
.easy-pie-chart .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}