  #map {
      height: 100%;
  }
  /* Optional: Makes the sample page fill the window. */
  
  html,
  body {
      height: 100%;
      margin: 0;
      padding: 0;
  }
  
  #description {
      font-family: Roboto;
      font-size: 15px;
      font-weight: 300;
  }
  
  #infowindow-content .title {
      font-weight: bold;
  }
  
  #infowindow-content {
      display: none;
  }
  
  #map #infowindow-content {
      display: inline;
  }
  
  .pac-card {
      float: right;
      border: none;
      display: inline-block;
      margin: 10px 10px 6px 10px;
      border-radius: 2px 0 0 2px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      outline: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      background-color: #fff;
      font-family: Roboto;
  }
  
  #pac-container {
      padding-bottom: 4px;
      margin-right: 12px;
  }
  
  .pac-controls {
      display: inline-block;
      padding: 5px 11px;
  }
  
  .pac-controls label {
      font-family: Roboto;
      font-size: 13px;
      font-weight: 300;
  }
  
  #pac-input {
      background-color: #fff;
      font-family: Roboto;
      font-size: 15px;
      font-weight: 300;
      margin-left: 12px;
      margin-top: 4px;
      padding: 0 11px 0 13px;
      text-overflow: ellipsis;
      width: 380px;
  }
  
  #pac-input:focus {
      border-color: #4d90fe;
  }
  
  #title {
      color: #fff;
      background-color: #839721;
      font-size: 13px;
      font-weight: 500;
      padding: 4px 12px;
  }
  
  .contained {
      position: relative;
  }
  /*
.topright {
    position: absolute;
    top: 2900px;
    right: 20%;
    font-size: 18px;
}*/
  /*responsive styling for place search box*/
  
  @media (max-width: 1238px) {
      .pac-card {
          float: left;
      }
  }
