.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  position: absolute;
  left: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  width: 20px;
  height: 20px;
  font-size: 24px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 40px;
}

@media screen and (min-width: 920px) {
  .jvectormap-zoomin, .jvectormap-zoomout {
    left: -45px;
    line-height: 25px;
    width: 25px;
    height: 25px;
  }

  .jvectormap-container {
    overflow: visible !important;
  }

  .jvectormap-zoomout {
    top: 45px;
  }
}
