
#customers {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #a1b2c8;
  padding: 7px;
}

#customers tr:nth-child(even){background-color: #e5effd;}

#customers tr:hover {background-color: #fcf8d8;}

#customers th {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  background-color: #6b0013;
 
  color: white;
}