/* Partner page */
.partner-logo {
    float: right;
    max-width: 300px;
    max-height: 200px;
}

/* Map page */
#map {
    height: 600px;
}

div.google-popup-content {
    max-width: 400px;
}
div.google-popup-content > img.partner-logo-preview,
div.leaflet-popup-content > img.partner-logo-preview {
    float: left;
    width: 100px;
    max-height: 200px;
    margin-right: 10px;
}
div.google-popup-content > a.read_more,
div.leaflet-popup-content > a.read_more {
    font-weight: bold;
    color: #E04F4F;
}