<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SeismoMap  CSS */
.smap-popup-container {
  position: absolute;
  background-color: white;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  min-width: 400px;
  text-align: left;
}
.smap-popup-content {
  max-height: 360px;
  overflow-y: auto;
  margin-right: 10px;
}
.smap-popup-container:after, .smap-popup-container:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.smap-popup-container:after {
  border-top-color: white;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.smap-popup-container:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.smap-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 8px;
}
.smap-popup-closer:after {
  content: "âœ–";
}
.smap-tooltip-container {
  position: absolute;
  background-color: black;
  color: white;
  font-weight: 700;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: 12px;
  left: -50px;
  text-align: center;
  min-width: 200px;
}
.smap-tooltip-container:after, .smap-tooltip-container:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.smap-tooltip-container:after {
  border-top-color: black;
  border-width: 10px;
  left: 48px;
  margin-left: -10px;
}
.smap-tooltip-container:before {
  border-top-color: #cccccc;
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}
.smap-custom-mouse-position {
  top: 9px;
  right: 3em;
  position: absolute;
  background: rgba(0,60,136,.5);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 2px 10px;
}</pre></body></html>