.statswrap {
  position: absolute;
  top: 180px;
}
.stat {
  background: #54829f;
  width: 200px;
  height: 200px;
  border-radius: 10px;
}
.stat p {
  color: #ffffff;
  padding: 60px 10px 0px 10px;
  font-size: 1.3em;
  text-align: center;
  line-height: 30px;
  font-weight: lighter;
}
.pagecontent:nth-child(2) {
  padding: 20px 0 0 0;
}
#bodychart {
  position: absolute;
  top: 0px;
  left: 30%;
}
#bodychart img.body {
  position: relative;
}
#bodychart img.body:active {
  margin-top: 2px;
}
#bodychart img.heart {
  position: absolute;
  left: 180px;
  top: 300px;
  z-index: 99;
}
#bodychart img.heart:active {
  position: absolute;
  left: 180px;
  top: 302px;
  z-index: 99;
}
#bodychart img.heartvalve {
  position: absolute;
  left: 190px;
  top: 288px;
  z-index: 999;
}
#bodychart img.heartvalve:active {
  position: absolute;
  left: 190px;
  top: 290px;
  z-index: 999;
}
#bodychart img.lungs {
  position: absolute;
  left: 123px;
  top: 250px;
}
#bodychart img.lungs:active {
  position: absolute;
  left: 123px;
  top: 252px;
}
#bodychart img.pancreas {
  position: absolute;
  left: 200px;
  top: 410px;
}
#bodychart img.pancreas:active {
  position: absolute;
  left: 200px;
  top: 412px;
}
#bodychart img.kidneyrgt {
  position: absolute;
  left: 250px;
  top: 420px;
}
#bodychart img.kidneyrgt:active {
  position: absolute;
  left: 250px;
  top: 422px;
}
#bodychart img.kidneylft {
  position: absolute;
  left: 150px;
  top: 420px;
}
#bodychart img.kidneylft:active {
  position: absolute;
  left: 150px;
  top: 422px;
}
#bodychart img.liver {
  position: absolute;
  left: 150px;
  top: 380px;
}
#bodychart img.liver:active {
  position: absolute;
  left: 150px;
  top: 382px;
}
#bodychart img.intestine {
  position: absolute;
  left: 150px;
  top: 465px;
}
#bodychart img.intestine:active {
  position: absolute;
  left: 150px;
  top: 467px;
}
#bodychart img.bone {
  position: absolute;
  left: 240px;
  top: 555px;
}
#bodychart img.bone:active {
  position: absolute;
  left: 240px;
  top: 557px;
}
#bodychart img.tendion {
  position: absolute;
  left: 245px;
  top: 770px;
}
#bodychart img.tendion:active {
  position: absolute;
  left: 245px;
  top: 772px;
}
#bodychart img.veins {
  position: absolute;
  left: 135px;
  top: 560px;
}
#bodychart img.veins:active {
  position: absolute;
  left: 135px;
  top: 562px;
}
#bodychart img.eyes {
  position: absolute;
  left: 175px;
  top: 145px;
}
#bodychart img.eyes:active {
  position: absolute;
  left: 175px;
  top: 147px;
}
#mobilelist {
  display: none;
}
/*----Chart content ------------------------------------------*/
#chartcontent {
  background-color: #FFF;
  width: 300px;
  min-height: 270px;
  position: absolute;
  top: 200px;
  right: 3%;
}
.parttitle {
  font-family: 'FeltTipRoman';
  letter-spacing: 1px;
  width: 102%;
  text-align: center;
  padding: 0;
  background-color: #97c0e6;
  color: #FFF;
  margin-left: -0.7%;
  z-index: 99;
}
.parttitle h4 {
  font-size: 1.5em;
  margin: 0;
  padding: 10px 0 5px 0;
}
#chartcontent p {
  width: 93%;
  padding: 10px;
}
.chart p:last-child {
  margin-bottom:0;
}
@media screen and (max-width: 1024px) {
  .stat {
    display: none;
  }
  #bodychart {
    position: absolute;
    top: -20px;
    left: 1%;
  }
}
@media screen and (max-width: 768px) {
  #bodychart {
    position: absolute;
    top: -20px;
    left: -6%;
  }
  .chart {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  
  #chartcontent {
    right: -2%;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  #bodychart,
  #chartcontent {
    display: none;
  }
  .chart {
    width: 98%;
    margin: 0 auto;
    display: block;
    padding: 0;
  }
    

  #mobilelist {
    display: block;
    width: 99%;
  }
}
