#logo {
    float: left;
    height: 5em;
    margin-right: 1em;
}

#logo-text {
    font-weight: bold;
    align-items: center;
    display: flex;
    height: 5em;
}

#dark {
    font-family: bootstrap-icons;
}

#map {
    height: 500px;
}

#map .leaflet-control a {
    border: unset;
    border-bottom: 1px solid #ccc;
    border-radius: unset;
    padding: unset;
}

body > header a {
    color: unset;
    text-decoration: unset;
}

nav ol:first-of-type, nav ul:first-of-type {
    margin-left: 0;
}

nav ol:last-of-type, nav ul:last-of-type {
    margin-right: 0;
}

nav ol li, nav ul li {
    margin-right: 0.5em;
}

nav ol li:last-of-type, nav ul li:last-of-type {
    margin-right: 0;
}

article header {
    font-weight: bold;
}

table tr:last-child td {
    border-bottom: unset;
}
