@import "../style.css";

h1 {
  margin-bottom: 2em;
}

table {
  border-collapse: collapse;
  border: 1px #333 solid;
  margin: 0 0 0.5em 0.5em;
  float: right;
}

table tr td {
  width: 6em;
  padding: 0;
  border: 0;
}

table tr:nth-child(odd) td {
  text-align: left;
  height: 1em;
}

table tr:nth-child(even) td {
  text-align: center;
  height: 5em;
}

p.author {
  font-size: 0.9em;
  margin-top: 1.5em;
  font-style: italic;
  color: #666;
  text-align: right;
}

p.author a {
  color: inherit;
  text-decoration: underline;
}
