.lc-snippet.customer-contacts > h3 {
  margin: 0;
  color: #000;
}
.lc-snippet.customer-contacts > p.contact {
  margin: 10px 0 0 0;
  color: #000;
}
.lc-snippet.customer-contacts > p.contact:first-child {
  margin-top: 0;
}
.lc-snippet.customer-contacts > table {
  border-spacing: 0;
  width: 100%;
}
.lc-snippet.customer-contacts > table > tbody > tr > td {
  padding: 4px 0;
  vertical-align: top;
}
.lc-snippet.customer-contacts > table > tbody > tr > td.key {
  padding-right: 10px;
  width: 1px;
}
