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


rect.active{
  stroke-miterlimit:10;
  stroke-width;2;
  fill:#008EAB;
  stroke:#F59C00;
}
text.active{
  fill:#008EAB;
}
