.easy-chart {
  display: inline-block;
  position: relative;
  text-align: center;
}

.easy-chart canvas {
  left: 0;
  top: 0;
}

.easy-chart .percent {
  color: #21252B;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  margin-top: 20px;
  margin-left: 0.15em;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-chart .percent:after {
  content: '%';
  font-size: .5em;
  margin-left: 0.1em;
}

.easy-chart .percent.up, .easy-chart .percent.down {
  margin-left: 0;
}

.easy-chart .percent.up:before {
  border-bottom: 5px solid #A9D96C;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
  margin-right: 0.2em;
  position: relative;
  top: -15px;
}

.easy-chart .percent.down:before {
  border-bottom: 5px solid #A9D96C;
  border-bottom: transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f00;
  content: '';
  margin-right: 0.2em;
  position: relative;
  top: -15px;
  top: 17px;
}
