.published_report_wizard.response_selection {
  padding-top: 7rem;
}
.published_report_wizard.response_selection .sticky-header{
  z-index: 10;
}

.cross-airport-wizard__form-select { 
  margin-top: 4rem;
}

.cross-airport-wizard__filters { }
.cross-airport-wizard__filters .ts-control { min-height: 4.3rem; }
.cross-airport-wizard__filters input[type='date'] { width: 100%; }
.cross-airport-wizard__filters input[type='submit'] { 
  margin-top: 3rem;
  height: 4.3rem;
  width: 100%; 
}

.cross-airport-wizard__form-select__form {
  margin-bottom: 2rem;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

@media (min-width: 600px) {
  .cross-airport-wizard__form-select__form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
