html, body {
    height: 100%;
    margin: 0;
}
.leaflet-container {
    max-width: 100%;
    max-height: 100%;
}

#map { height: 100vh; width: 100vw;}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

.leaflet-popup-content {
    max-height: min(800px, 80vh);
    max-width: min(500px, 80vw);
    min-width: min(500px, 80vw);
    height: auto;
    width: 100vw;
}

.photo {
    max-height: min(500px, 60vh);
}

.leaflet-tooltip.controlPointLabel {
    background-color: transparent;
    border: transparent;
    padding: 10px;
    box-shadow: none;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000,
        -3px 0px 0 #000,
        3px 0px 0 #000,
        0px -3px 0 #000,
        0px 3px 0 #000;
}

.leaflet-tooltip-left.controlPointLabel::before {
    border-left-color: transparent;
}

.leaflet-tooltip-right.controlPointLabel::before {
    border-right-color: transparent;
}