@charset "utf-8";

html {
  font-size: 10px; /* sets the base font to 10px for easier math */
  line-height: 1.75;
}

/* .popup-map */
.popup-map iframe {
  width: 100%;
}
.popup-map table {
  margin-top: .5rem;
  width: 100%;
  font-size: 1.5rem;
}
.popup-map table > tbody > tr > th,
.popup-map table > tbody > tr > td {
  font-weight: normal;
  text-align: left;
  padding: .3rem .7rem;
  border-left: #fff solid 4px;
}
.popup-map table > tbody > tr > th {
  background-color: #f4f4f4;
}
.popup-map table > tbody > tr > td {
  padding-top: .8rem;
}
.popup-map table > tbody > tr > th:first-of-type,
.popup-map table > tbody > tr > td:first-of-type {
  white-space: nowrap;
}