/* ******
   CHARTS
   ****** */
.graph {
  margin-bottom: 20px;
  position: relative;
}
.graph .percentage {
  position: absolute;
  width: 80%;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  font-size: 30px;
  font-weight: 300;
  left: 10%;
  z-index: 201;
}
.chart {
  max-width: 100%;
  max-height: 100%;
}
.progress-icons {
  color: rgba(202,203,204,1.00);
  font-size: 25px;
  line-height: 1.3;
}