@charset "UTF-8";

.input .year {
	width: 90px !important;
}

#departureRouteArea .route {
	height: auto !important;
}

#arrivalRouteArea .route {
	height: auto !important;
}

@media screen and (min-width: 700px) {

	.newLine {
		display: none !important;
	}

	.input .year {
		width: 120px !important;
	}

	#departureRouteArea .route {
		height: auto !important;
	}

	#arrivalRouteArea .route {
		height: auto !important;
	}
}
