.jqvmap-label {
    background: url(../img/toolTipBg.jpg) #fff left bottom repeat-x;
    position: absolute;
    display: none;
    /* border-radius: 10px; */
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    padding: 8px 15px;
    z-index: 50;
    /* width: 230px; */
    min-height: 100px;
    color: #4592f0;
    font-size: 13px;
    font-family: "PTSans Regular";
    /* margin-top: -40px; */
}

.jqvmap-label img {
    margin: 0px 30px;
    text-align: center;
}

.jqvmap-label::before{
   /* background: url("../img/toolTipTriangle.png") no-repeat;*/
    content: ' ';
    position: absolute;
    height: 11px;
    width: 22px;
   /* bottom: -11px;
    left: 50%;
    margin-left: -15px;*/
}
.jqvmap-label h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 6px;
}

.jqvmap-label img {
    margin: 5px 3px 0 0;
    width: 200px !important;
    height: 100px !important;
}

.jqvmap-label span {
    display: block;
    font-size: 13px;
    margin-top: 3px;
    color: #000000;
}

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

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 30px;
}

.jqvmap-region {
    cursor: pointer;
}

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

.jqvmap-label h2 {
    margin: 3px 0 5px 0;
}

.jqvmap-label li {
    margin-left: 20px;
}