html,
body {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #000000;
  font-family: arial;
  font-size: 14px;
}

img {
  vertical-align: middle;
}

#map {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#copyright {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 700px;
}

#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 20px;
}

#topmenu {
  position: absolute;
  top: 10px;
  left: 52px;
  right: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topmenu h2 {
  margin: 0;
  padding: 4px;
  font-size: 16px;
  color: #27408b;
  background-color: #c0c0ff;
  text-align: center;
}

#topmenu ul {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  border: 2px solid #000080;
  border-radius: 6px 6px 6px 6px;
  background-color: #fff;
  padding: 2px;
}

#topmenu ul li {
  list-style: none;
  display: block;
  float: left;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 0;
  gap: 5px;
  height: 27px;
}

#topmenu ul li:hover {
  background-color: #add8e6;
  cursor: pointer;
}

#topmenu img {
  text-decoration: none;
  color: #000;
  width: 24px;
  height: 24px;
}

#topmenu input {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#timemenu {
  position: absolute;
  top: 85px;
  left: 10px;
  border: 2px solid #000080;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 6px 6px;
  background-color: #fff;
  padding: 2px;
}

#timemenu h2 {
  margin: 0;
  padding: 4px;
  font-size: 16px;
  text-align: center;
}

#timemenu ul {
  margin: 0 10px 0 0;
  padding: 0;
}

#timemenu ul li {
  list-style: none;
  display: block;
  text-align: right;
}

#timemenu ul li:hover {
  background-color: #add8e6;
  cursor: pointer;
}

#timemenu li.selected,
#topmenu li.selected {
  background-color: #add8e6;
}

#timemenu img {
  text-decoration: none;
  padding: 0 5px 0 5px;
  color: #000;
}

#comment {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 40px;
  visibility: hidden;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}

#comment > div {
  border: 2px solid #000080;
  border-radius: 6px;
  background-color: #fff;
  padding: 2px;
  overflow-y: auto;
  max-height: 415px;
}

.ol-permalink {
  right: 10px;
  bottom: 20px;
  display: block;
  position: absolute;
  font-size: smaller;
}
