table{
  width: 100%;
}
tr:nth-child(even) {
  background-color: #ddd;
}
th, td {
  padding: 15px;
  text-align: left;
}