table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th, td {
  padding: 6px;
}

tr {
  border-bottom: 1px solid #ddd;
}

tr:first-child {
  background-color: #D6EEEE;
}

tr:hover {background-color: #D6EEEE;}

