.jvectormap-label {
    position: absolute;
    display: none;
/*    border: solid 1px #CDCDCD;*/
    -moz-border-radius: 3px;
    background:#fff;
    color:#9c002b;
/*    font-family: sans-serif, Verdana;*/
    font-size: smaller;
    padding: 3px;
    height: 38px;
    width: 106px;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    line-height: 10px;
  z-index:500
}

.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 {
   display: none
}

.jvectormap-zoomout {
   display: none;
}


svg{
padding: 0px 0 0 0;
height:1000px;
    position: absolute;
    margin-top:-113px;
    max-width: 1100px;
     overflow-x:hidden;
    
}

path{
cursor: pointer;
    position: relative;

}
