.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #007dc0;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    pointer-events: none;
}

.jqvmap-pin {
    pointer-events: none;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    /*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
    color: #fff;
    background-color: #007dc0;
    border-color: #007dc0;
    padding: 10px 3px 3px 3px;
    width: 30px;
    /* height: 30px; */
    height: 25px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    border: 1px solid #fff;
    border-radius: 5px;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
    color: #fff;
    background-color: #00649a;
    border-color: #005c8d;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 45px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}
