/* 
 *  * Always set the map height explicitly to define the size of the div element
 *   * that contains the map. 
 *    */
#map {
  height: 100%;
}

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

.custom-infowindow {
  //background-color: #2c3e50;
  //color: #ecf0f1;
  padding: 5px;
  border-radius: 8px;
  //box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  //max-width: 200px;
}

.custom-infowindow h4 {
  margin-top: 0;
  color: #3498db;
}
