table thead tr,
table tbody tr:first-child {
    background-color: #ccc;
}
table td {
  padding: 25px;
}