<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#map {
  postition: relative;
  top: -20px;
  width: 100%;
  z-index: 1; }

.map-message {
  position: relative;
  top: -20px;
  z-index: 2;
  width: 100%; }

.map-message.alert-danger {
  display: none; }

#pp-control {
  display: block;
  z-index: 2;
  position: fixed;
  top: 60px;
  right: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  background-color: white;
  padding: 4px;
  font-size: small;
}

label {
  font-weight: normal;
}
</pre></body></html>