.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: 15px;
color: #FFF;
cursor: pointer;
font-size: 13px;
text-align: center;
padding: 5px 7px;
border-radius: 2px;
width: auto;
height: auto;
line-height: 1;
background-color: #2E353D;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}