.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px rgba(0,0,0,0.5);
    background: rgba(255,255,255,0.9);
    color: #232323;
    font-family: 'Roboto',sans-serif, Verdana;
    font-size: smaller;
    text-align: center;
    padding: 3px;
}

.jvectormap-label img{
    border: 1px solid rgba(0,0,0,0.5);
    margin-bottom: 4px;
}

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

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}