.map {
  position: relative;
  min-height: 500px;
  height: 50vh;
  border: #eee solid 1px;
}

.maptext {
  position: relative;
  left: 33.3333%;
  width: 66.6666%;
  height: 40px;
  bottom: 0;
  color: #000;
}
.maptext #limitstxt {
  max-width: 75%;
}
.maptext #mousecoord {
  float: right;
  max-width: 25%;
  margin-right: 5px;
}

.marker {
  border: none;
  cursor: pointer;
  height: 32px;
  width: 30px;
}
.marker .st0 {
  opacity: 0.04;
}
.marker .st1 {
  fill: #3FB1CE;
}
.marker .st2 {
  opacity: 0.25;
}
.marker .st3 {
  fill: #FFFFFF;
}
.marker.activeMarker .st1 {
  fill: #ff1b2f;
  z-index: 10000;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
