/* 
 * 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;
}
/* .gm-style-iw.gm-style-iw-c { background-color: #fff4a9;}
.gm-style .gm-style-iw-tc::after { background: #fff4a9; } */

/* info window styles */
.lrsStyle {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
}
.lrsStyle p {
  margin: 0;
  padding: 0;
}