    .polopoly_embed {
  max-width: 100% !important;
}

.travel-table-div {
  font-family: "CTVSans-Regular", "CTV Sans", sans-serif;
  position: relative;
  width: 100%;
  max-width: 750px;

  margin: 0 auto;

  line-height: 1.2;
}
.travel-table-container {
  height: 500px;
  overflow-y: scroll;
  text-align: left;
}

.travel-table {
  width: 100%;
}

.travel-table th {
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  padding: 5px;
}

.travel-table tr:nth-child(even) {
  background: #f3f3f3;
}
.travel-table tr:nth-child(odd) {
  background: #fff;
}

.travel-table td {
  padding: 6px 10px;
  font-weight: normal;
}

.table-flag {
  width: 10px;
}

.travel-search {
  -webkit-appearance: none;
  font-family: "CTVSans-Regular", "CTV Sans", sans-serif;
  outline: none;
  border: 1px solid #bababa;
  font-size: 18px;
  border-radius: none;
  width: 100%;
  height: 30px;
  position: sticky;
  top: 0;
  box-sizing: border-box;
  padding: 8px 10px;
}

.travel-legend {
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
}

.legend-item {
  display: inline-block;
  height: 100%;
  margin: 10px 30px 0 10px;
  padding-right: 5px;
}

.travel-sources {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  color: #aaa;
}

