.p2 rect {
  fill: #000;
  position: absolute;
  top: 200px;
  left: 100px;
}

.p2 g polygon {
  opacity: 1;
}

.p2 circle {
  fill: #000;
  stroke: #f2f2f2;
  stroke-width: 2;
  filter: url(#dropshadow);

}

.p2 text {
  font-size: 10px;
  fill: #000;
  font-family: sans-serif;
  font-weight: 300;
  -webkit-transition: all .1s ease-in-out;
}

.p2 text.active {
  font-size: 15px;
  -webkit-transition: all .3s ease-in-out;
}