@charset "utf-8";
#map {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to right, #334, #48f, #334);
    background: linear-gradient(to right, #334, #48e, #334);
}
.map-overlay {
    position: absolute;
    width: 15em;
    line-height: 20px;
    top: 1em;
    left: 1em;
    padding: 3px;
    border-radius: 4px;
    background: rgba(255,255,255,0.3);
    box-shadow: 0 0 4px black;
}
.map-overlay select {
    width: 100%;
    height: 30px;
    padding: 3px;
    background: rgba(255,255,255,0.5);
    border-radius: 4px;
    border: 1px solid gray;
}
.mapPopup {
    line-height: 1em;
    /* opacity: 0.5; */
}
.mapPopup div{
    padding: 0;
}
.mapPopup img {
    position: relative;
    max-width: 340px;
    max-height: 340px;
}
@media (max-width: 700px) {
    .mapPopup img {
        max-width: 220px;
        max-height: 220px;
    }
}
