figure.auto-figure {
  margin: 1.5rem auto;
}

figure.auto-figure figcaption {
  margin-top: 1rem;
}

.fig-number {
  display: inline-block;
  font-weight: 700;
  margin-right: 0.25rem;
}

.code-ref {
  font-weight: 600;
  text-decoration: none;
}

.code-ref:hover {
  text-decoration: underline;
}

.syscall-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.75rem;
}

.syscall-table th,
.syscall-table td {
  padding: 0.25rem 0.5rem;
  vertical-align: top;
}

.syscall-table th {
  text-align: left;
  font-weight: 700;
}

figure.auto-figure img {
  display: block;
  margin: 0 auto;
}

a.figref {
  font-weight: 600;
  text-decoration: none;
}

a.figref:hover {
  text-decoration: underline;
}
