.map {
    height: 100%;
    width: 100%;
    font-family: "Open Sans";
    /*font-size: 0.8em;*/
}

.title {
    font-family: "Open Sans";
    position: absolute;
    left: 12px;
    top: 12px;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    /*min-width: 204px;*/
    min-width: 150px;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}


/*.ol-popup-closer:after {
    content: "✖";
}*/

.popup-region {
    font-family: "Open Sans";
    font-size: 0.8em;
}

.popup-station {
    font-family: "Open Sans";
    font-size: 0.8em;
}

h1 {
    font-family: "Open Sans";
    font-weight: 600;
    /*     font-size: 2.13rem; */
    /*font-size: 34pt;*/
    font-size: 18pt;
    /*padding: 0 0 15px;*/
    padding: 0 0 0px;
    /*     padding: 0 0 0px; */
    /*margin: 0 0 25px;*/
    margin: 0 0 5px;
    margin-bottom: 0px;
    /*     margin: 0 0 0px; */
    /*border-bottom: solid 1px #d3d3d3;*/
    background-color: #eaeaea;
}

h2 {
    font-family: "Open Sans";
    font-weight: 300;
    /*     font-size: 1.75rem; */
    /*font-size: 28pt;*/
    font-size: 12pt;
    margin: 10px 0 8px;
    padding: 0 0 0px;
    /*border-bottom: solid 1px #d3d3d3;*/
    text-align: left;
    /*background-color: #e6f6f8;*/
    /*background-color: #cde6f1*/
}

h3 {
    font-family: "Open Sans";
    font-weight: 600;
    /*     font-size: 1.25rem; */
    /*font-size: 20pt;*/
    font-size: 18pt;
    margin: 15px 0;
    padding: 0 0 10px;
    /*border-bottom: solid 1px #d3d3d3;*/
}

p {
    font-family: "Open Sans";
    /*     font-size: .88rem; */
    /*font-size: 16pt;*/
    font-size: 10pt;
    margin: 0 0 1.5em;
    line-height: 1.6em;
}