<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Some (really) basic CSS for the map.  Expand me. */

body {
    padding-left: 1rem;
    background-color: #ddd;
}

polygon {
    fill: white;
    stroke: #ddd;
    stroke-width: 2px;
}

polygon.active {
    fill: black;
}</pre></body></html>