@CHARSET "UTF-8";

.input .year {
	width: 80px !important;
}

#departureRouteArea .route {
	width: 250px !important;
	margin-left: -25px !important;
}

#arrivalRouteArea .route {
	width: 250px !important;
	margin-left: -25px !important;
}

@media screen and (min-width: 700px) {

	.input .year {
		width: 100px !important;
	}

	#departureRouteArea .route {
		width: 250px !important;
		margin-left: 0px !important;
	}

	#arrivalRouteArea .route {
		width: 250px !important;
		margin-left: 0px !important;
	}
}
