.propertySummary {
  border-bottom: 1px solid #001737;   
  height: 100px;
  width: 100%;
  display: table;
  margin-bottom: 10px;
}

.propertySummary h2 {
  color: #001737;
  font-weight: bold;
  font-size: 13px;
  margin: 0px;
}

.propertySummaryImg  {
  width: 155px;
  display: table-cell;
  padding-bottom: 10px;
}

.propertySummaryImg img {
  border: 1px solid #001737; 
}

.propertySummaryContent  {
  display: table-cell;
  vertical-align: top;
}


.propertySummaryIcons {
  width: 150px;
  float: right;   
  margin-top: 8px;  
}
