/* Sass Document */
#SVGContainer {
  position: relative; }

#controls {
  position: absolute;
  top: 10px;
  left: 10px; }

.land {
  fill: #CCCCCC;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5; }
  .land:hover {
    fill: red;
    cursor: pointer; }
