 html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      #map {
        height: 100%;
        float: left;
        width: 100%;
        
      }
#right-panel {
  font-family: 'Roboto','sans-serif';
  line-height: 30px;
  padding-left: 10px;
}

#right-panel select, #right-panel input {
  font-size: 30px;
}

#right-panel select {
  width: 100%;
}

#right-panel i {
  font-size: 12px;
}

#right-panel {
  margin: 20px;
  border-width: 2px;
  width: 20%;
  float: left;
  text-align: left;
  padding-top: 20px;
}
#directions-panel {
  margin-top: 20px;
  background-color: #FFEE77;
  padding: 10px;
  }
/*       
.gm-style-iw {
   background-color: black !important;
   color: white !important;
   top:0 !important;
   left:0 !important;
}*/
.gm-style {
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    font-weight: 400;
}
.info-icon{
  position: absolute;
}