﻿#mapContainer {
    position: fixed;
    display: none;
    left: 0;
    top: 10px;
    right: 0;
    height: 97vh;
    /*background-color: lightgray;*/
    margin: 70px 0 5px 0;
    z-index: 10;
}
#map {
    width: 100%;
    border: 2px solid black;
    z-index: 10;
    height: 95%;
}
#closeMapA {
    position: absolute;
    border: 2px solid black;
    background-color: red;
    color: white;
    float: right;
    top: -30px;
    right: 0;
    font-weight: bolder;
    padding: 5px;
}
#modalBackdrop {
    display: none;
    z-index: 1;
    opacity: 0.8;
}
