
/* Charts
-------------------------------------------------------------------- */
.helpme-chart {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.helpme-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.helpme-chart i,
.helpme-chart .chart-custom-text,
.helpme-chart .chart-percent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  color: #444;
  text-align: center;
}
.helpme-chart i {
  font-size: 48px;
}
.helpme-chart .chart-custom-text {
  font-size: 18px;
}
.helpme-chart .chart-percent {
  font-weight: 600;
  font-size: 16px;
}
.helpme-chart-desc {
  display: block;
  text-align: center;
  font-size: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .helpme-chart {
    margin: 0 auto;
  }
}