body {
  border: 0;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

p {
  margin-block: 0 16px;
}

h1 {
  margin-block-start: 0;
  font-size: 24px;
  margin-bottom: 16px;
}

h2 {
  margin-block-start: 0;
  font-size: 18px;
  margin-bottom: 16px;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin-bottom: 16px;
}

a {
  text-decoration: underline;
}

a:link    { color: #00f; }
a:visited { color: #00a; }
a:hover   { color: #00f; }
a:active  { color: #00f; }

th {
  text-align: left;
  border-bottom: 1px solid #aaa;
}

td {
  vertical-align: top;
}

nav ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;

  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

nav li {
  display: block;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 0.5em;
}

nav {
  margin-bottom: 32px;
}

table {
  width: 100%;
}

.site-container
{
  margin: 16px;
}

.documentation-table
{
  font-family: monospace;
  border-collapse: collapse;
  border: 1px solid #aaa;
  margin-bottom: 16px;
}

.documentation-table-project-name
{
  font-size: 120%;
}

.documentation-table td,
.documentation-table th
{
  border-collapse: collapse;
  border: 1px solid #aaa;
  padding: 8px;
}

.documentation-table-archive {
  width: 8em;
}
.documentation-table-read {
  width: 8em;
}
.documentation-table-sha256 {
  width: 8em;
}
.documentation-table-format {
  width: 8em;
}
.documentation-table-release {
  width: 12em;
}
