/* css styles */

.map-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin-top: 1em;
  }
  
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

#my-styled-table tbody tr:nth-child(1),
#my-styled-table tbody tr:nth-child(8),
#my-styled-table tbody tr:nth-child(15),
#my-styled-table tbody tr:nth-child(17) {
  background-color: #e6f7ff;
}
