    /* <style type="text/css"> */
      /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
       #map {
        height: 450px
      }
        
      #therapist-list {
        height: 350px;
        overflow: auto;
        font-size: 15px;
      }

      /* Optional: Makes the sample page fill the window. */
      html,
      body {
        height: 100%;
        margin: 0;
        padding: 0;
      }

      #description {
        font-family: Arial;
        font-size: 15px;
        font-weight: 300;
      }

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      #pac-card {
        margin: 0px 0px 0 0;
        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: #0099da;
        font-family: Arial;
        align: right;
        width: 50%;
      }

      #pac-container {
        padding-bottom: 12px;
        margin-right: 2%;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Arial;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        background-color: #fff;
        font-family: Arial;
        font-size: 15px;
        font-weight: 300;
        margin-left: 2%;
        padding: 0 2%x 0 2%;
        text-overflow: ellipsis;
        width: 99%;
      }

      #pac-input:focus {
        border: 2px;
        border-color: #5266bc; */
      }

      #title {
        color: #fff;
        background-color: # #5266bc;  /* #4d90fe; */
        font-size: 25px;
        font-weight: 500;
        padding: 6px 2%;
      }
      
      @media (max-width:500px){
        #pac-card {
          width: 100%;
        }
        #therapist-list {
          font-size: 12px;
        }
      }
    /* </style> */