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

.jvectormap-zoomin, .jvectormap-zoomout {
    /*position: absolute;
    left: 2px;
    
    background: #292929;
    padding: 0 0 0px 0;
    color: white;
    width: 15px;
    height: 15px;
    cursor: pointer;
    line-height: 15px;
    text-align: center;*/
    display:none;
}
/*
.jvectormap-zoomin {
    top: 8px;
}

.jvectormap-zoomout {
    top: 28px;
}
*/