.cust_contact_table{
 border-collapse: collapse;
 width: 350px; 
}


.cust_contact_table, th, td {
  border-bottom: 1px solid #f3c2c5;
  line-height: 100%;
  padding: 3px;
}


#myInput {
  background-image: url('searchicon.png'); /* Add a search icon to input */
  background-position: 7px 6px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 35%; /* Full-width */
  font-size: 12px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  float: left;
}
#myInput2 {
  background-image: url('searchicon.png'); /* Add a search icon to input */
  background-position: 7px 6px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 35%; /* Full-width */
  font-size: 12px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}
#myInput3 {
  background-image: url('searchicon.png'); /* Add a search icon to input */
  background-position: 7px 6px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 35%; /* Full-width */
  font-size: 12px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}