.leaf circle {
  fill: #ff7f0e;
  fill-opacity: 0.5;
}

 circle {
  fill: 'red';
  fill-opacity: 0.25;
}

text {
  font: 10px sans-serif;
}