html,
body {
  background: #fff;
  z-index: 1;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  width: 100vw;
  padding-inline: 12px;
}

h1 {
  position: sticky;
  top: 0;
}

h2 {
  font-style: italic;
  margin: 0;
}

a {
  cursor: pointer;
  font-style: italic;
  margin: 0;
  font-weight: 400;
}

div {
  display: flex;
  padding-bottom: 12px;
  align-items: baseline;
  justify-content: space-between;
}

table {
  width: 100%;
  padding-bottom: 30px;
  border-spacing: 0;
}

th {
  text-align: left;
}

td {
  padding-right: 12px;
}

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