 .hide {
  display:none;
 },
 .show{
  display:inline ;
 },

 .chart-text {
  color: black;
 },
 #group-chart {
  fill : #333;
 }
