body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 14px;
}

#map {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#info {
    z-index: 9999;
    position: absolute;
    top: 1em;
    left: 1em;
    background-color: white;
    padding: 0.5em;
    border-radius: 5px;
}

#data {
    display: none;
    margin-bottom: 1em;
}

#status, #status2, #status a, #status2 a {
    font-size: small;
    color: grey;
}