rect.feature:hover, rect.feature.highlight {
  fill-opacity: 0.7;
  stroke: red;
  fill: red;
}
polyline.feature:hover, polyline.feature.highlight {
  stroke: red;
}
polygon.feature:hover, polygon.feature.highlight {
  stroke: red;
  fill: red;
}
rect.feature {
  stroke-opacity: 0.0;
  fill-opacity: 0.1;
  fill: #3C9AD9;
}
polygon.feature {
  stroke-opacity: 0.7;
  fill-opacity: 0.5;
  stroke-width: 2px;
  stroke: blue;
  fill: #3C9AD9;
}
polyline.feature {
  stroke-opacity: 0.0;
  stroke-width: 3px;
  stroke: blue;
  fill: none;
}
