root { 
    display: block;
}
.sfygmap_infowindow{
    min-width: 50px;
    min-height: 30px;
}
.sfygmap_mapbox{
    position: relative;
    width: 100%;
    height: 100%;
} 
.sfygmap_legendbox{
    float: right;
    position: relative;
    width: 350px;
    min-height: 120px;
    font-size: 16px;
    line-height: 16px;
    color: #292929; 
} 
.sfygmap_legendbox h2{
    margin-bottom: 15px;  
    text-align: left;
    font-size: 14px;
}
.color1{
    color: #ffffff;
    font-size: 14px !important;
} 
.sfygmap_legendbox ul{
    
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: center;
    width: 100%;
} 
.sfygmap_legendbox ul li{
    list-style: none;
    text-align: left;
    display: table-cell;
    float: left;
    vertical-align: middle;
    font-size: 12px;
    height: 50px;
    width: 85px;
    text-align: center;
    padding: 0px 1px 5px 1px;
    cursor: pointer;
    margin-top: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
} 
.gm-style img+div{
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
}  
.mapTooltip{
    white-space: nowrap;        
    margin: -50px 0 0 30px;
    padding: 10px;
    min-width: 50px;
    min-height: 20px;
    background-color: rgb(57, 57, 57);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid rgb(44, 44, 44);
}