@charset "utf-8";

.flightListBox tr td s {
  display: block;
  color: #aaaaaa;
}
@media screen and (min-width: 768px) {
  .flightListBox table tr td {
    padding: 0 0 0 12px;
  }
  .flightListBox table tr td:nth-child(1),
  .flightListBox table tr td:nth-child(2),
  .flightListBox table tr td:nth-child(3),
  .flightListBox table tr td:nth-child(4),
  .flightListBox table tr td:nth-child(5) {
    padding-right: 0;
  }
  .flightListBox table tr td:nth-child(1),
  .flightListBox table tr td:nth-child(2) {
    width: 11%;
  }
  .flightListBox table tr td:nth-child(3),
  .flightListBox table tr td:nth-child(4) {
    width: 15%;
  }
  .flightListBox table tr td:nth-child(5) {
    width: 10%;
  }
  .flightListBox table tr td:nth-child(6) {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .flightListBox tr td s {
      display: inline-block;
      margin: 0 6px;
  }
}