html { scroll-behavior: smooth; }
#map {
	height:640px;
   
}

#map2 {
	height:640px;
   
}

#map3 {
	height:640px;
   
}


#right-panel {
  border-width: 2px;
 /* height: 400px;*/
  text-align: left;
  padding-top: 0;
  max-height: 640px;
  overflow: auto;
}


#right-panel select,
#right-panel input {
  font-size: 15px;
}

#right-panel select {
  width: 100%;
}

#right-panel i {
  font-size: 12px;
}


#directions-panel {
  margin-top: 10px;
  background-color: #ffee77;
  padding: 10px;
  overflow: scroll;
  height: 174px;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 48px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#origin-input,
#destination-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 240px;
}

#origin-input:focus,
#destination-input:focus {
  border-color: #4d90fe;
}

#mode-selector {
  color: #fff;
  background-color: #4d90fe;
  margin-left: 12px;
  padding: 10px 11px 0px 11px;
  height: 60px;
}

#mode-selector label {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
}

.prodlabel {
  border: none;
  outline: 0;
   padding-left: 5px;
  color: white;
  background-color: #000;
  text-align: Left;
  width: 100%;
  font-size: 18px;
  opacity: 0.7;
}
.prodbox {
  border: none;
  outline: 0;
  color: white;
 
  background-color: #DCDCDC;
  text-align: left;
  width: 100%;
  font-size: 18px;
  height: 200px;
}
