.elementor-3046 .elementor-element.elementor-element-6e4d53ba{--display:flex;}/* Start custom CSS for RS-Table, class: .elementor-element-2f8bfa19 */#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center
}

#customers tr:nth-child(even){
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #022817;
  color: white;
  cursor: pointer;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #022817;
  color: white;
}

#customers td:nth-child(1) {
  text-align: left;
}

#customers tr:last-child {
  background-color: #FE5421;
  color: white;
  font-weight: bold
}/* End custom CSS */