#map {width:696px;height:400px;}
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #ddd;
    background: #fff;
    color: #333;
    font-family: arial;
    font-size: "11px";
    box-shadow:0px 0px 5px rgba(0,0,0,0.5);
    border-radius:6px;
    padding:6px;
    min-width:150px;
}
.jvectormap-label img {border:1px solid #ccc;}
.jvectormap-label h3 {margin:0px;font-size:16px;}
.jvectormap-label h3 small {display:block;color:#a80000;font-size:12px;}
.jvectormap-zoomin, .jvectormap-zoomout {
    display:none;
    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;
}