.maps-placemark {
    width: 300px;
    font-size: 12px;
    line-height: 1.4em;
    background: #f5fd70AA;
    padding: 1em;
    border-radius: 1em;
    border-top-left-radius: 0em;
}

.map-point {
    display: block;
    position: absolute;
    width: 2em;
    background: #f5fd70;
    height: 2em;
    left: -0.5em;
    top: -0.5em;
    border-radius: 2em;
    border: 2px solid #2b2b2b;
}

.text-small {
    font-size:0.8rem;
}