body {
  font-family: sans-serif;
  padding: 8px;
}

.container {
  max-width: 35%;
  margin: auto;
}

table {
  border-collapse: collapse;
}

td, th {
  border: 1px solid black;
  padding: 8px;
}

caption {
  padding: 8px;
}

tr > td:nth-child(1) {
  text-align: right;
}

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

.highlight {
  background-color: lightcyan;
}
