.jvectormap-tip {
    background-color: #ffffff;
    color: #000;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid #e5e5e5;
    overflow: hidden;
}
.jvectormap-tip span {
    display: block;
    padding-top: 50px;
    text-align: center;
    font-family: "Futura Condensed", Sans-serif;
    font-size: 22px;
    /* font-size: 22px;*/
}
.jvectormap-tip span p{
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}
.jvectormap-tip span img {
    width: 50px;
    /*height: 105px;*/
    /* border-radius: 50%;*/
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}