﻿
#map_container {
    height: 30em;
    margin-bottom: 1rem;
}


#elevation-div {
    height: 180px;
    width: 100%;
    z-index: 10;
}

#map {
    height: 100%;
    width: 100%;
    z-index: 8;
}


/*
.data-summary {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 45px;
}


.data-summary .summaryvalue {
    font-weight: bold;
}

*/
.height-focus.line,
.height-focus-label {
    display: none;
}

.height-focus.circle-lower {
    stroke: yellow;
    fill: black;
    /*background: url(https://maps.google.com/mapfiles/kml/pal4/icon25.png);*/
    stroke-width: 2px;
    -webkit-filter: drop-shadow(0 0 5px #000);
    filter: drop-shadow(0 0 5px #000);
}
.gpx-summary {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    /* position: absolute; */
    bottom: 0;
    left: 35px;
}

.gpx-summary .summaryvalue {
    font-weight: bold;
}