body::before {
  z-index: 1;
}
div.content .design-header {
  z-index: 10;
}
.flight-list {
  width: 100%;
  border: solid #a1c5e6;
  border-width: 2px 0 3px;
}
.flight-list th {
  background: white;
  padding: 12px 0 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #115fa4;
}
.flight-list tr {
  background: #fffbf2;
}
.flight-list tr:hover {
  background: #fff7e4;
}
.flight-list tr td {
  color: #b29c63;
  font-size: 18px;
  padding: 18px 20px;
  border-top: 1px dotted #e5d3a1;
}
.flight-list tr th {
  border-top: 1px solid #a1c5e6;
}
.flight-list tr td strong {
  display: inline-block;
  width: 200px;
  font-weight: normal;
}
.flight-list tr td em {
  font-size: 12px;
}
.flight-list tr td s {
  padding-right: 60px;
  font-size: 12px;
  text-decoration: none;
  color: #999999;
}
.flight-list tr td span {
  font-weight: normal;
  font-size: 12px;
  padding: 0 20px 0 140px;
}
