
	
#map {
  width: 100%;
  height: 25vh;
  overflow: hidden;
  cursor: grab;
  /*background: #4d92c4;*/
}

#map > div {
  width: 100%;
  overflow: hidden;
  transform-origin: top left;
  display:inline-block;
}

#map > div > svg {
  transform-origin: center left;
  max-height: 100%;
  max-width:100%;
}

#map > div > svg path.active{
	fill:#ed982b!important;
}