html, body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

b {
    color: red !important;
}

input {
    width: 50%;
}

.selected {
    background-color: lightgray;
}

li {
    cursor: pointer;
}

#map {
    width: 100%;
    height: 50%;
}

.vertical-spacer {
    padding-top: 16px;
}

.invalidated {
    color: gray;
}

.gray {
    color: gray;
}

.spacer {
    padding-left: 4px;
}