.mk-chart__chart {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.mk-chart__chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.mk-chart__text,
.mk-chart__percent {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important;
  color: #444444;
  text-align: center;
  height: 100% !important;
}
.mk-chart__percent {
  font-weight: bold;
}
.mk-chart__desc {
  display: block;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3em;
}
@media handheld, only screen and (max-width: 600px) {
  .mk-chart__chart {
    margin: 0 auto;
  }
}
