
.table-custom-1 {
    border-collapse: collapse;
    width: 100%;
}

.table-custom-1 td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-custom-1 tr:nth-child(even){background-color: #f2f2f244;}

.table-custom-1 tr:hover {background-color: #dddddd7e;}

.table-custom-1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    /*color: white;*/
  }
