html, body {
  height: 100%;
  width: 100%;
}

table, th, td {
  border: 1px solid;
  border-collapse: collapse;
}
tr:nth-of-type(odd) {
  background-color: #E6E6FA;
}

th::before {
  content: "~ ";
  font-style: italics;
}