#map-partner{
    /*height: 500px;*/
    width: 100%;
    height: 100%;
    /*height:545px;*/
}
.leaflet-control-attribution{
  display:none;
}
.leaflet-popup-content-wrapper h2{
    font-size: 16px;
}

#map-partner .leaflet-top {
    top: auto;
    bottom: 0;
}
/* custom popup high charts */
.country-map-popup {
    background: #fff;
    width: 200px;
    z-index: 20;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    opacity: 0;
}
.country-map{
  position: relative;
}
