body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: sans-serif;
}

body * {
    font-weight: 200;
}

h1 {
    position: absolute;
    background: white;
    padding: 10px;
}

ul {
    list-style-type: none; /* Remove bullets */
    padding-left: 0;
    margin: 0;
}

li {
    padding-left: 0;
    margin: 5px;
}

#map {
    height: 100%;
}

.leaflet-container {
    background: rgba(0, 0, 0, .8) !important;
}

h1 {
    position: absolute;
    background: black;
    color: white;
    padding: 10px;
    font-weight: 200;
    z-index: 10000;
}

#nav-left {
    position: absolute;
    background: white;
    font-size: 16px;
    padding: 20px;
    top: 100px;
    /*width: 150px;*/
    line-height: 150%;
    border: 1px solid rgba(0, 0, 0, .2);
}

#nav-right {
    position: absolute;
    right: 0;
    background: white;
    font-size: 16px;
    padding: 20px;
    top: 100px;
    /*width: 150px;*/
    line-height: 150%;
    border: 1px solid rgba(0, 0, 0, .2);
}
