
#world-map {width: 600px; height: 400px;}
  
.jvectormap-label {
display:none;
position: absolute;
margin-left:20px;
margin-top:-10px;
min-width: 110px;
min-height: 30px;
background: #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-size:smaller;
padding:6px;
}
.jvectormap-label:after
{
content: "";
position: absolute;
bottom: -15px;
right: 20px;
border-style: solid;
border-width: 15px 10px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
}

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

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}