.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #dddddd;
    border-radius: 3px;
    background: #333333;
    color: white;
    padding: 0.5em 0.5em;
    border-radius: 8px;
    font-size: smaller;
    z-index: 9;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    font: normal 80% Tahoma, Arial, Helvetica, sans-serif;
    background-color: #333333;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    width: 18px;
    left: 10px;
    line-height: 10px;
    padding: 6px 3px 5px 3px;
    position: absolute;
    text-align: center;
    z-index: 10;
}
.jvectormap-zoomin {
    top: 10px;
}
.jvectormap-zoomout {
    top: 40px;
}