body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert {
  margin: 0;
  max-width: 500px;
  padding: 1rem;
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  font-size: 16px;
  text-align: center;
}

.message-in-map-wrapper {
  position: absolute;
  z-index: 2;
  width: 100vw;
  margin: 0;
  bottom: 100px;
}

.message-in-map {
  width: 440px;
  padding: 20px;
  background-color: #2a4765;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

.topnav-link {
  display: none;
  z-index: 1;
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 5px;
  border: solid 2px #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
  text-decoration: none;
}

.topnav-link:hover {
  text-decoration: underline;
}

.topnav-link.visible {
  display: inline-block;
}

.umubmaps-debug {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  max-height: calc(100vh - 2rem);
  overflow-y: scroll;
  box-shadow: -5px 0px 10px #888;
  border-left: 1px solid #888;
}

.umubmaps-debug-entry {
  border: solid 1px;
  margin-bottom: 1rem;
}

.umubmaps-debug-entry h3 {
  padding: 5px;
  background: #73a790;
  border-bottom: 1px solid #577f72;
  margin: 0 0 5px;
}

.umubmaps-debug-entry h3 a {
  color: #000;
}

.umubmaps-debug-entry h3 a:hover {
  border-bottom: solid 1px;
}

.umubmaps-debug-entry-line {
  padding: 0 5px;
}
