
#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 #ccc;
  padding: 7px;
}

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

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

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