#map { width: 600px; height: 300px; }

#input_search { margin: 12px 0 0; }
#input_search label { padding-right: 25px; }
#route_start { width: 350px; }

.bigcontent #suggest_list { list-style-type: none; background: #e5e5e5; margin: 0 0 15px; }
.bigcontent #suggest_list li { cursor: pointer; }

#input_destination { margin-top: 15px; }
#route_destination { margin-top: 10px; }
  #route_destination option, #route_destination optgroup option { padding-left: 10px; }

@media screen and (max-width: 980px) {
 #map { width: 100%; }
}


@media screen and (max-width: 450px) {
  #route_start { width: 100%; margin-top: 12px; }
}