h6 {
  color: #fff !important;
  background: -webkit-linear-gradient(0deg, #77af73 0%, #6cb6be 80%);
  padding: 10px;
  margin-top: 60px !important;
}

h6 span {
  font-family: "Open Sans", Arial !important;
}

#RadioGroupLabel-1 {
  color: #29657e;
}

hr,
.caption2 + div {
  display: none;
}

.caption2 {
  background: none !important;
  text-align: right !important;
  font-family: "Open Sans", Arial !important;
  color: #999 !important;
  font-style: italic !important;
  line-height: 0 !important;
  margin-bottom: -40px !important;
  margin-top: 60px;
  font-size: 0.9em;
}

h4 em {
  font-style: normal;
}

h4 > em {
  color: #29657e !important;
  margin-bottom: -20px;
  display: block;
  margin-top: 20px;
}

form h4 span {
  color: #000 !important;
  font-family: "Open Sans", Arial !important;
  font-size: 0.75em;
  font-weight: 400;
}

html,
body {
  width: 100%;
  height: 100%;
}

#map {
  padding: 0 0;
  margin: 0 0;
  max-width: 720px;
  height: 480px;
}

.ol-attribution.ol-uncollapsible {
  bottom: 12px;
  background: transparent;
}

.ol-attribution ul {
  font-size: 12px;
  font-family: sans-serif;
}

.ol-attribution a {
  color: black;
}

.copyrightDiv {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 50%;
  bottom: 5px;
  right: 40px;
  margin: 0 5px 0 0;
  padding: 0 4px;
  font-family: sans-serif;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 48px;
  left: -52px;
  min-width: 280px;
  max-height: 240px;
}

#popup-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  /* Optional: adds a separator */
  padding-bottom: 5px;
}

#popup-content {
  max-height: 170px;
  overflow-y: auto;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}

.ol-popup:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

.ol-popup-closer:after {
  content: "✖";
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: small;
}

th,
td {
  padding: 5px;
  border: 1px solid #ddd;
  text-align: left;
}

th {
  background-color: #f5f5f5;
}

td {
  max-width: 25ch;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.sort-header {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.sort-header:hover {
  text-decoration: underline;
}

.sort-header::after {
  position: absolute;
  right: 5px;
  content: attr(data-order-arrow);
}

.mail {
  margin-bottom: 30px;
}
