.module-flights .inside-flight-dd-fields-wrap .showAllFlights {
	margin-bottom: 0px;
	min-width: 150px;
}

.module-flights .inside-table-cell.notifications {
	max-width: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#arrivals-loading,
#departures-loading {
	height: 100%;
	text-align: center;
	min-width: 65px;
}

#arrivals-loading img,
#departures-loading img {
	width: 100px;
}

@media (max-width: 991px) {
	#arrivals-loading,
	#departures-loading {
		min-width: 57px;
	}
}

@media (max-width: 767px) {
	.module-flights .tablesaw-stack td,
	.module-flights .tablesaw-stack th {
		padding: 0.5em 0.3em;
	}
}

@media (max-width: 39.9375em) {
	.module-flights .tablesaw-stack td .tablesaw-cell-label,
	.module-flights .tablesaw-stack th .tablesaw-cell-label {
		width: 40%;
	}

	.module-flights .tablesaw-cell-content {
		max-width: 60%;
	}

	.module-flights .separator.inside-table-text .tablesaw-cell-content {
		max-width: 100%;
	}
}
