
.form-control.half {
	width: 49%;
}
input[name=route_etc] {
	display: none;
}

@media (max-width: 768px) {
	.form-control.half {
		width: 100%;
	}
	input[name=route_etc] {
		margin-top: 20px;
	}
}
