/* mandoc built-in */
table.head, table.foot { width: 100%; }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }
.Nd, .Bf, .Op { display: inline; }
.Pa, .Ad { font-style: italic; }
.Ms { font-weight: bold; }
.Bl-diag > dt { font-weight: bold; }
code.Nm, .Fl, .Cm, .Ic, code.In, .Fd, .Fn, .Cd {
  font-weight: bold;
  font-family: inherit;
}

/* custom */
body {
  margin: 0 auto;
  max-width: 70ch;
  background: hsl(48 43% 91%);
  font-family: sans-serif;
}
a {
  color: black;
  text-decoration: none
}
.Bd, .Li {
  font-size: 0.9rem;
}
