#map-canvas{
  height: 800px; 
  width: auto; 
  margin-top : 20px;
  padding: 0px
}

.map-canvas{
  height: 100px;
}

#map2{
  width: auto; 
  margin-top : 20px;
  padding: 0px
}

#map3{
  height: 800px; 
  width: auto; 
  margin-top : 20px;
  padding: 0px
}
.controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: float; 
}

#pac-input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container, #type-selector label, #pac-input{
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-size: 13px;
  font-weight: 300;
}

#panel {
  display: float; 
  top: 5px;
  text-align: center; 
  /*margin-left: -180px;*/
  z-index: 1;
  background-color: #fff;
  padding: 5px;
  /*border: solid 1px #999;/*
}