th,
td {
  padding: 5px;
  text-align: left;
}

tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table {
  width: 100%;
  border-collapse: collapse;
}
