#iw-container  .iw-title {
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 18px;
   font-weight: 400;
   padding: 10px;
   background-color: #48b5e9;
   color: white;
   margin: 1px;
   border-radius: 2px 2px 10px 10px; /* In accordance with the rounding of the default infowindow corners. */
}

.iw-content {
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 12px;
   font-weight: 200;
   padding: 10px;
   margin: 1px;
   border-radius: 2px 2px 10px 10px; /* In accordance with the rounding of the default infowindow corners. */
}
