.railFly label {
    display: inline;
}

.railFly a {
    margin-left: 10px;
} 

@media (min-width: 768px) {
  	#flightSearchView > .row-form.section > .span3.no-wrap {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px;
	}
}

/* CLAR Page Solution CSS for Advanced Search */
.autocomplete-dropdown-selection-error {
    width: 100%;
    word-wrap:break-word;
    word-spacing: normal;
    white-space: normal;
    font-size: 12px;
    line-height: normal;
    font-family: AmericanSans, Helvetica, Arial, sans-serif;
    color: #c30019;
	display: block;
}

.autocomplete-input-error {
	border: 1px solid #c30019 !important;
}

.aa-flightSearchForm-datesRow {
	display: block;
	clear: both;
}