/* svg responsive*/
body{
  height: 0;
  padding-top: 48%;
  position: relative;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:auto;
}

svg .active rect{
  stroke:#000;
}
svg text.active,
svg tspan.active{
  font-weight:700;
}
svg text{
  cursor: default;
}
