.jvectormap-label {
position:absolute;
z-index:500;
display:none;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
color:#003366;
font-size:18px;
font-weight:500;
padding:2px 10px;
background:none;
background-color:#fff;
box-shadow:0px 0px 4px -2px #000;
}

.jvectormap-region,
.jvectormap-element {
cursor:pointer;
}

.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;
}