/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#warrantsMap {
  height: 500px;
}
.infowindowLeftColumn {
    float: left;
    width: 60%;
    margin-right: 1%;
}
.infowindowRightColumn {
    float: left;
    width: 25%;
}
.infowindowPhoto img {
  max-width: 100px;
  max-height: 100px;
}
.warrantDetailsBtn {
    display:block;
    text-align:center;
    margin:0 auto;
}