/* 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%;
  }

#new-results-style-table tbody tr:nth-child(1),
#new-results-style-table tbody tr:nth-child(9),
#new-results-style-table tbody tr:nth-child(16),
#new-results-style-table tbody tr:nth-child(23),
#new-results-style-table tbody tr:nth-child(33) {
  background-color: #e6f7ff;
}

#new-results-style-table tbody tr:nth-child(4) {
  background-color: #d6f5d6;
}

#new-results-style-table tbody tr:nth-child(15) {
  background-color: #f7f7f7;
}

#athena-style-table tbody tr:nth-child(1),
#athena-style-table tbody tr:nth-child(8),
#athena-style-table tbody tr:nth-child(14) {
  background-color: #e6f7ff;
}

#athena-style-table tbody tr:nth-child(4),
#athena-style-table tbody tr:nth-child(5),
#athena-style-table tbody tr:nth-child(6),
#athena-style-table tbody tr:nth-child(7),
#athena-style-table tbody tr:nth-child(13),
#athena-style-table tbody tr:nth-child(16),
#athena-style-table tbody tr:nth-child(17),
#athena-style-table tbody tr:nth-child(18) {
  background-color: #d6f5d6;
}
