/*File is commented to hide zoom feature in the map. Please uncomment to enable zoom.*/
.jvectormap-label {
    position: absolute;
    display: none;
    border: 2px #CDCDCD;
    border-style: outset;
    -moz-border-radius: 2px;
    background: #FFFFFF;
    color: #184998;
    font-size: 12px;
    padding: 3px;
    font-weight: bold;
}
/*
.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    -moz-border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    left: 10px;
    top: 10px;
}

.jvectormap-zoomout {
    left: 10px;
    top: 30px;
}*/