/*
* === Dynamic Flights suggestions CSS begins ===
*/
	.show_flights_suggestions_from {
		width: auto;
		height: auto;
		position: absolute;
		z-index: 4;
		top:43px;
    }
    .show_flights_suggestions_to {
		width: auto;
		height: auto;
		position: absolute;
		z-index: 4;
		top:43px;
    }
    .align_results li {
		list-style: none;
		cursor: pointer;
		border-bottom: 1px dotted #f17e3a;
		text-align: left;
		padding: 10px 0 0;
    }
    .align_results li:last-child {
		border-bottom: 0px dotted #508236;
    }
    .align_results_child li {
		list-style: none;
		cursor: pointer;
		border-bottom: 1px dotted #000;
		text-align: left;
		padding: 10px 0 0;
		color: #f17e3a;
    }
    .align_results_child li:last-child {
		border-bottom: 0px dotted #508236;
    }
    .align_results {
		padding: 0px;
		font-size: 13px;
    }
    .align_results_child_div li {
		color: #f17e3a;
		margin-left: 36px;
		padding: 3px;
		border-bottom: 1px dotted #000;
    }
/*
* === Dynamic Flights suggestions CSS ends ===
*/