#customers {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
color: #000000
}
#customers td, #customers th {
border: 1px solid #F68E79;
padding: 4px;
text-align:center
}
#customers td
{font-weight: bold;
}
#customers tr:nth-child(even){background-color: #C5FAF7; color: #000000; font-weight: normal; }
#customers tr:nth-child(odd){background-color: #A7FAD5; color: #F50F0C; font-size: 20px;}
#customers tr:hover {background-color: #EFF5CD;}
#customers th {
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: #72D8FB;
color: #606A00;
}