
.search-result-container table {
  margin: 2rem 0;
  width: 100%;
  border: 2px solid gray;
}

.contact-table-header {
  color: black !important;
  background-color: white !important;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.contact-table-header > h1 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}


.contact-table-body .button-class {
  float: right;
}

.contact-heading {
  margin-left: 3rem;
}

.fa-search {
  margin-bottom: 10px !important;
}
