/* https://stackoverflow.com/questions/4619542/linethrough-strikethrough-a-whole-html-table-row */
#contact-list table {
  border-collapse: collapse;
}
#contact-list td {
  position: relative;
  padding: 1px;
}
#contact-list tr.strikeout {
  background-color: rgba(255, 0, 0, 0.29);
}
/*#contact-list tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #111;
  width: 100%;
  z-index: 1;
}*/
#contact-list tr button[name="keep"] {
  position: relative;
  z-index: 2;
}
#contact-list ul.tagit {
  margin-top: 2px;
  margin-bottom: 2px;
}
