a {
	color:				#0000CD;
	text-decoration:	none;
}
	
.autoComplete_wrapper {
	width:	100%;
}

.autoComplete_wrapper > input {
	color:	black;
	width:	100%;
}

.flight-grid-flight-bar {
	fill:	#7FB3D5
}

.flight-grid-layover-bar {
	fill:	#F9E79F;
}

.pointable {
	cursor:			pointer;
}

.timeline-line {
	position:		relative !important;
	top:			.35em !important;
}

.trip-detail-day {
	background:		#DCDCDC;
	width:			90%;
}

.trip-detail-icon-circle {
	display:			flex;
	align-items:		center;
	justify-content:	center;
	width:				2.5em;
	height:				2.5em;
	border-radius:		50%;
}

.trip-detail-trip-link {
	color:				#0000CD;
	text-decoration:	none;
}
