body {
    font-family:'Arial',sans-serif;
    font-size: 10pt;
    background-color: #222;
    color: #dfdfdf;
    padding: 0;
}

.wrapper {
    padding: 60px 0 55px 0;
    height: fit-content;
}

a {
    text-decoration: none;
    color: #222;
}

.beta {
    position: fixed;
    top: 60px;
    left: 6px;
    z-index: 10;
    color: darkred;
    box-shadow: 11px 10px 40px -18px rgba(0,0,0,0.75);
    font-size: 14pt;
    font-weight: bolder;
}

.siteHeader {
    display: block;
    width: 100vw;
    height: 36px;
    background-color: #111;
    color: #dfdfdf;
    font-size: 26pt;
    padding: 6px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 11px 10px 40px -18px rgba(0,0,0,0.75);
}

input, select, .confirmButton {
    font-size: 12pt;
    margin: 8px 12px 0 0;
    height: 16pt;
    width: 100%;
    border-radius: 3px;
    border: none;
    background-color: #fff;
    color: #222;
}

.iRed {
    background-color: indianred;
}

.confirmButton {
    background-color: #222;
    cursor: pointer;
    height: 20pt;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16pt;
}

.form {
    position: fixed;
    top: calc((100vh / 2) - 16px - 8px);
    left: calc((100vw / 2) - 16px);
    z-index: 20;
    width: 32px;
    height: 32px;
}

.banner {
    width: 100%;
    height: auto;
    z-index: 30;
}

.footer {
    position: fixed;
    background-color: #222;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 52px;
}

.mapContainer {
    width: 100vw;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: -webkit-fill-available;
    overflow: hidden;
    z-index: 0;
}

.olAlphaImg {
    width: 12px;
    height: 12px;
	    text-decoration: none;
    color: #222;
}

.olControlAttribution, .olControlAttribution a {
    text-decoration: none;
    color: #222;
}

.infoBox {
    position: fixed;
    bottom: 52px;
    left: 15px;
    width: calc(100% - 54px);
    max-width: 820px;
    height: 24px;
    background-color: #ddd;
    z-index: 30;
    padding: 40px 6px 6px 6px;
    margin: 0;
    border-radius: 6px 6px 0 0;
    box-shadow: 11px 10px 40px -18px rgba(0,0,0,0.75);
    border-radius: 10px 10px 0 0;
    transition-duration: 0.5s;
    overflow: hidden;
    padding: 12px;
}

.infoBoxVisible {
    transition-duration: 0.5s;
    height: 242px;
}

.infoBoxSlider {
    position:relative;
    top: -10px;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    height: auto;
    font-size: 10pt;
    color: #222;
}

.menu {
    position: fixed;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    z-index: 30;
    background-color: #ddd;
    text-align: right;
    border-radius: 3px;
    box-shadow: 11px 10px 40px -18px rgba(0,0,0,0.75);
    transition-duration: 0.2s;
    overflow: hidden;
    font-size: 18pt;
    text-decoration: none;
}

.menuVisible {
    width: fit-content;
    height: 300px;
    transition-duration: 0.2s;
    font-size: 26pt;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
}

.menuButton {
    width: 30px;
    height: 30px;
    background-image: url("menu.svg");
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
}

.menuButtonVisible {
    background-image: url("close.svg") !important;
    transition-duration: 0.2s;
}

.menu ul {
    width: calc(100% - 60px);
    height: auto;
    margin: 48px 0 0 0;
    text-align: right;
}

.menu ul li {
    width: 100%;
    margin: 12px 12px 0 0;
    color: #222;
    list-style: none;
}

.menu ul li:hover {
    text-decoration: underline;
}

.olPopup {
    width: 140px !important;
    height: 120px !important;
    border-radius: 6px;
    box-shadow: 11px 10px 40px -18px rgba(0,0,0,0.75);
    color: #222 !important;
    position: relative !important;
}

olPopupContent {
    width: 140px !important;
    height: 120px !important;
}

.lat, .lon {
}

.coordinates {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}
