html,body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#mainContent { 
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    margin: 0%;
}
#mapCanvas {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
}
#menuCanvas {
    background: #191970;
    opacity: 0.9;
    border: 3px solid #ffffff;
    margin: 0 auto;
    padding: 30px 20px 10px 20px;
    position: absolute;
    top: 10px;
    width: 275px;
    right: 10px;
    z-index: 2;
}
#menuCanvas h1, #menuCanvas h2, #menuCanvas h3, #menuCanvas h4 {
    color: #3baae3;
}
#displayWhatButtons span{
    width: 100px;
    font-size: 0.9em;
}
#displayWhatButtons {
    text-align: center;
}
#displayWhatButtons div {
    display: inline-block;
}
#whichSetButton span{
    width: 25px;
    font-size: 0.9em;
}
#whichSetGroup h4 {
    margin-bottom: 5px;
}
#whichSetButton {
    margin-top: 0px;
    text-align: center;
}
#whichSetButton div {
    display: inline-block;
}
#legend span {
    color: #ffffff;
}
#datumWarning {
    margin-top: 5px;
    color: red;
    font-size: 0.9em;
    font-weight: bold;
}

#switch {
    background: #8B0000;
    border: 3px solid #ffffff;
    padding: 5px;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.8em;
    text-align: center;
    width: 100px;
    line-height: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}
#switch:hover {
    background: #aa0000;
}

.ol-popup-closer {
    color: #3baae3;
}

.ol-popup-content {
    font-size: 0.7em;
    color: #3baae3;
    max-height: 800px;
}

#metadataTable {
    font-size: 0.9em;
}
#infoboxContent {
    color: #3baae3;
}
#buttons {
    font-size: 0.8em;
    margin: 5px auto 0px auto;
    width: 330px;
}
.dataButton {
    width: 165px;
}
#stationButton {
    margin-top: 5px;
    font-size: 0.8em;
    margin-left: 10px;
    margin-right: 10px;
    width: 350px;
}
.warning {
    color: darkred;
}
#otherTab span, #otherTab a:link, #otherTab a:visited {
    color: black;
}
#otherTab h3 {
    color: #3baae3;
    margin: 10px 0px 0px 0px;
}
#info{
    margin: 10px 0px 0px 0px;
    border-top: 1px solid #3baae3;
    text-align: center;
}
#info a:link, #info a:visited {
    font-size: 0.8em;
    color: white;
}

.layer-switcher {
    position: absolute;
    left: 0.5em;
    right: auto;
    top: auto;
    bottom: 0.5em;
    text-align: left;
}
.layer-switcher.shown {
    bottom: 0.5em;
}

.ol-popup-closer {
    color: #3baae3;
    font-size: 16px;
}

.ol-popup {
    background: #f2f5f7;
}

.ol-popup-content {
    font-size: 0.7em;
    color: #3baae3;
    min-width: 380px;
    max-height: 800px;
    font-size: 0.8em;
    border: 1px solid black;
    margin-top: 8px;
    padding: 5px;
}
.tooltip {
    padding: 5px;
    background-color: #ffffff;
}
