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

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 5px 3px 4px 3px;
    color: white;
    width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    opacity:0.6;
    display:none
}

.jvectormap-zoomin {
    bottom: 35px;
}

.jvectormap-zoomout {
    bottom: 5px;
}


.jvectormap-zoomin:hover, .jvectormap-zoomout:hover{
    background: #61ac1e;
}