body { margin: 0; padding: 0; }
	#map { position: absolute; top: 0; bottom: 0; width: 100%; left: 0; right: 0 }
#buttons {
     position: absolute;
     top: 1em;
     left: 1em;
     margin: 0px auto;
     padding: 5px 1em;

}
   button.ui {
        display: block;
   margin: 1em 0;
        padding: 5px 1em;
     width: 7em;
        border: none;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 3px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        background: #000;
    }
button.ui:hover {
        background: #333;
        cursor: pointer;
}
button.ui.active {
   background-color: #907;
}
.maplibregl-ctrl-attrib {
     display: none

}
