h4{
margin:0px 0px 0px 0px
}
table.cf_grid > thead > tr > th, table.cf_grid > tbody > tr > td {
width: 50%;
}

.mura-region-local {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.responsive-map {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* This is the breakpoint triggering tablet mode on the embedded app, based on .mura-region-local's 90% width */
@media screen and (max-width: 1118px) {
  .responsive-map {
    aspect-ratio: 1 / 2;
  }
}








