html {
	font: 15px/24px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #666666;
}
div {
	padding: 2px;
}
input[type=text] {
	font-size: 16px;
}
#origin {
	width: 224px;
	height: 30px;
}
#destination {
	width: 224px;
	height: 30px;
}
.alert {
	color: #ff0000;
}
select {
	font-size: 16px;
	height: 30px;
}
#type {
	width: 112px;
}
#hours {
	width: 80px;
}
#minutes {
	width: 80px;
}
button {
	width: 280px;
	height: 30px; 
	border-radius: 6px;
	font-size: 16px;
	border: 2px solid #80C342;
	background-color: #FFFFFF;
	cursor: pointer;
	transition-duration: 0.4s;
}
button:hover {
	color: #FFFFFF;
	background-color: #80C342;
}
#results {
}
.route {
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}
