.jvectormap-label {
    position: absolute;
    display: none;
    background: #ffffff;
    border:none;
    border-radius:3px;
    color: #212121;
    font-family: Arial;
    font-size: 14px;
    padding: 3px;
    z-index: 9999;
    padding:3px 8px 3px 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.35);
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ccc;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 15px;
    left:0;
}

.jvectormap-zoomout {
    top: 15px;
    left:20px;
}

.jvectormap-region {
    cursor:pointer;
}


/* Custom for AISE */
.jvectormap-label table {
    margin:7px;
}
.jvectormap-label .tooltip-land {
    font-size:15px;
    font-weight:700;
    line-height:120%;
    color:#333;
    margin-right:15px;
}
.jvectormap-label .tooltip-members {
    font-size:11px;
    font-weight:400;
    line-height:140%;
    color:#525252;
    margin-right:15px;
}