.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    right: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ababab;
    color: #000000;
    padding: 0;
    color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    font-size: 32px;
    z-index: 9998;
}
.jvectormap-zoomin {
    top: 35px;
}
.jvectormap-zoomout {
    top: 70px;
}
.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
     background: #000000;
}
@media (min-width: 768px) {
    .jvectormap-zoomin, .jvectormap-zoomout {
        top: 100px;
        right: 30px;
    }
    .jvectormap-zoomout {
        top: 135px
    }
}
.jvectormap-container{
    overflow: hidden !important;
}
