@charset "utf-8";
#mapwrap {
    position: relative;
    display: flexbox;
    width: 160px;
    height: 200px;
}
#map {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}
.maplibregl-ctrl-bottom-right {
    text-align: right;
    /* background-color: rgba(0,100,100,0.5); */
    /* background-color: white; */
}
.mapPopup div{
    /* line-height: 0; */
    /* padding-top: 0.7em; */
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    color: navy;
}
