#map-inline {
    border: none;
    width: 100%;
    height: 50vh;
    position: relative;
}

#map {
    padding: 0;
    margin: 0;
    height: 100%;
}

#HomeButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}

#infoBase {
    position: absolute;
    top: 55px;
    left: 60px;
    z-index: 53;
}

#legendBase {
    display: none;
    top: 94px;
    left: 60px;
    z-index: 53;
    width: 240px;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: solid rgba(255, 255, 255, 0.6) 1px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px 3px 3px 3px;
    font-family: sans-serif;
    font-size: 80%;
}

#legendOnOffButton {
    border-radius: 0px 0px 10px 0px;
    left: 60px;
    height: 12px;
    width: 84px;
    border: solid rgba(255, 255, 255, 0.9) 1px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 54;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: rgba(30, 30, 30, 0.5);
    padding: 2px;
    cursor: pointer;
}


#FactMapsText {
    position: absolute;
    top: 20px;
    left: 60px;
    z-index: 52;
    font-family: sans-serif;
    font-weight: bold;
    border: solid rgba(255, 255, 255, 0.9) 1px;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
}

#error {
    display: none;
    background: white;
    width: 300px;
    height: 280px;
    padding: 20px;
    margin: 0 auto;
    font-family: sans-serif;
}


/* unvisited link */
#map-inline a:link {
    text-decoration: none;
    color: #1D1D1B;
}
/* visited link */
#map-inline a:visited {
    color: #1D1D1B;
}
/* mouse over link */
#map-inline a:hover {
    color: rgba(87,170,255, 1.0);
}
/* selected link */
#map-inline a:active {
    color: blue;
}
