.jvectormap-label {
    position: absolute;
    display: none;
   /* border: solid 1px #CFD4D8;*/
    background-color: #444;
    color: #fff;
    font-family: Arial, sans-serif ;
    font-size: smaller;
    -webkit-box-shadow:  0px 0px 6px 1px rgba(68, 68, 68, .6);
    box-shadow:  0px 0px 6px 1px rgba(68, 68, 68, .6);
    min-width: 160px;
}

.jvectormap-label .title { background-color:#444; color:#fff; padding: 5px 10px; margin:0; font-weight: bold; font-size: 1.1em;}
.jvectormap-label .content { background-color:#fff; color:#444; padding:10px 10px 5px 10px; }
.jvectormap-label .content p { margin:0; padding:0; }
.jvectormap-label .heading { font-weight:bold; font-size: 1.1em; padding: 0; margin: 0 0 5px 0; line-height: 1.2em}
.jvectormap-label .data { font-size:medium; font-size: 1.6em; padding: 2px 0 8px 0; display: block; margin: 0 ;}

/*.jvectormap-label .data:last-child{padding: 0;}*/

.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;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}