table,
th,
td {
  table-layout: fixed;
  border: 1px solid #bbb;
}

tbody tr:nth-child(even) {
  background-color: #bcbcbc;
}