svg {
  -ms-touch-action: none;
      touch-action: none;
}

image, text, .jsvmap-zoomin, .jsvmap-zoomout {
  -ms-user-select: none;
      user-select: none;
}

.jsvmap-container {
  -ms-touch-action: none;
      touch-action: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.jsvmap-tooltip {
  border-radius: 3px;
  background-color: #373f52;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px 5px;
  position: absolute;
  display: none;
  color: #FFF;
}

.jsvmap-zoom-btn {
  border-radius: 3px;
  background-color: #292929;
  padding: 3px;
  box-sizing: border-box;
  position: absolute;
  line-height: 10px;
  cursor: pointer;
  color: #FFF;
  height: 15px;
  width: 15px;
  left: 10px;
}

.jsvmap-zoom-btn.jsvmap-zoomout {
  top: 30px;
}

.jsvmap-zoom-btn.jsvmap-zoomin {
  top: 10px;
}

.jsvmap-series-container {
  right: 15px;
  position: absolute;
}

.jsvmap-series-container.jsvmap-series-h {
  bottom: 15px;
}

.jsvmap-series-container.jsvmap-series-v {
  top: 15px;
}

.jsvmap-series-container .jsvmap-legend {
  background-color: #FFF;
  margin-left: 15px;
  border-radius: 3px;
  padding: 0.5rem;
  float: left;
}

.jsvmap-series-container .jsvmap-legend .jsvmap-legend-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3px;
  margin-bottom: 7px;
  text-align: left;
}

.jsvmap-series-container .jsvmap-legend .jsvmap-legend-inner {
  overflow: hidden;
}

.jsvmap-series-container .jsvmap-legend .jsvmap-legend-inner .jsvmap-legend-tick {
  margin-top: 10px;
  min-width: 40px;
}

.jsvmap-series-container .jsvmap-legend .jsvmap-legend-inner .jsvmap-legend-tick .jsvmap-legend-tick-sample {
  border-radius: 4px;
  margin: 4px auto;
  height: 20px;
  width: 20px;
}

.jsvmap-series-container .jsvmap-legend .jsvmap-legend-inner .jsvmap-legend-tick .jsvmap-legend-tick-text {
  margin-top: 3px;
  font-size: 12px;
  text-align: center;
}
