.lc-snippet.customer-info > .property {
  margin-top: 20px;
  display: flex;
}
.lc-snippet.customer-info > .property:first-child {
  margin-top: 0;
}
.lc-snippet.customer-info > .property > .col.icon {
  width: 30px;
  font-size: 18px;
  color: #000;
}
.lc-snippet.customer-info > .property.last-visit-report > .col.data > table.visit-report {
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
}
.lc-snippet.customer-info > .property.last-visit-report > .col.data > table.visit-report:first-child {
  margin-top: 0 !important;
}
.lc-snippet.customer-info > .property.last-visit-report > .col.data > table.visit-report > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}
.lc-snippet.customer-info > .property.last-visit-report > .col.data > table.visit-report > tbody > tr > td.key {
  padding-right: 10px;
  width: 1px;
  color: #000;
}
