#chart1, #chart2, #chart3 {
  position: relative;
}

#chart1 img, #chart2 img, #chart3 img {
  position: absolute;
  left:0px;
  vertical-align: middle;

}

img#chart1_circle {  width: 148px; height: auto;}

#chart2 img {  width: 91px; height: auto;}

#chart3 img {  width: 141px; height: auto;}

#chart1_circle {
  opacity: 0;
}
#chart1_ball {
  width: 1px;
  height: 1px;
}
#chart1_count {
  position: absolute;
  display: block;
  font-weight:bold;
  width: 148px;
  height: 148px;
  color: #ffffff;
text-align: center;
  margin-top: 64px;
}
#chart1_text {
  position: absolute;
  display: none;
  left: 160px;
  font-weight: bold;
  font-size: 100%;
  
}
#chart2 img, #chart3 img {
  display: none;
}
#chart2_text {
  position: absolute;
  display: none;
  left: 100px;
  font-weight: bold;
  font-size: 100%;
}
#chart3_text {
  position: absolute;
  display: none; 
  left: 130px;
  font-weight: bold;
  font-size: 100%;
}
