@font-face {
  font-family: "Courier Prime";
  font-weight: bold;
  src: url('fonts/courier-prime/Courier Prime Bold.ttf');
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Liberation", serif;
  margin: 1em auto;
  padding: 0em 1em 0em 1em;
  text-align: left;
  font-size: 1em;
  max-width: 40em;
  line-height: 1.5em;
}

h1 {
  padding-bottom: 0.3em;
}

h2 {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

h4 {
  padding-left: 1em;
}

a {
  font-weight: bold;
  color: #225588;
}

dd {
  margin-left: 2em;
}

code {
  font-family: "Liberation Mono",monospace;
}

pre {
  display: block;
  margin-left: 2em;
  font-size: 0.832em;
  font-family: "Liberation Mono",monospace;
}

dd pre {
  margin-left: 0em;
}

pre.code a {
  font-weight: normal;
}

figure {
  text-align: center;
}

img {
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote {
  padding: 0 2em 0 2em;
  margin: 0 1em 0 1em;
  max-width: 36em;
  color: #666666
}

hr {
  border: 0;
  border-bottom: 1px solid #aaaaaa;
}

table.list {
  border-spacing: 0;
  text-align: center;
  width: 100%;
}

th.list {
  font-variant: small-caps;
  padding: 0.5em 2em 0.5em 2em;
  margin: 0em;
  text-align: center;
  background-color: #ffffff;
}

.list tr:nth-child(2n+1) {
  background-color: #f5f5f5;
}

td.list {
  padding: 0em 2em 0em 2em;
  margin: 0em;
  text-align: center;
}

td {
  vertical-align: top;
}

/*******************************************************************************
 * Page layout
 ******************************************************************************/
#menu {
  width: 100%;
  font-variant: small-caps;
  font-size: 120%;
  font-weight: bold;
}

#menu a {
  text-decoration: none;
  color: #AAAAAA;
}

#menu a:hover {
  color: #777777;
}

#sub-menu {
  padding-bottom: 1em;
}

#sub-menu a {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}

#sub-menu a:hover {
  color: #777777;
  font-weight: normal;
}

.cur { /* Selected sub-menu entry */
  color: #f44d27
}

#content {
  max-width: 50em;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-word;
}

#footer {
  text-align: left;
  color: #777;
  font-size: 80%;
  padding: 1em 0.5em 0 0.5em;
  line-height: 1.5em;
}

#footer a {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
}

/*******************************************************************************
 * Mandoc
 * CSS derivative written by Ingo Schwarze <schwarze@openbsd.org> for
 * OpenBSD man pages
 ******************************************************************************/
.manual-text {
  margin-left: 3.75em;
}

h1.Sh {
  font-size: 1.5em;
  margin-left: -2.5em;
}

h2.Ss {
  font-size: 1.5em;
  margin-left: -1.25em;
  border-bottom: none;
}

code.In, code.Nm, .Cm, .Fd, .Fl, .Fn, .Ic {
  font-style: normal;
  font-weight: bold;
}

.Nm {
  text-align: left;
}

.permalink {
  border-bottom: thin dotted;
  color: inherit;
  font: inherit;
  text-decoration: inherit;
}

.Nd, .Bf, .Op { display: inline; }
.Pa, .Ad { font-style: italic; }
.Ms { font-weight: bold; }

/* Tables */
table.head, table.foot { width: 100%; border-spacing: 0; }
table.head { padding-top: 2em }
td.head-rtitle, td.foot-os { text-align: right; }
td.head-vol { text-align: center; }
td.head-ltitle { margin: 0em; padding: 0em; text-align: left; }


/* Display and lists */
.Bd code { font-size: 0.832em; }
.Bd-indent { margin-left: 3.0em; }
.Bd-indent pre { margin-left: 0em; }
.Bl-bullet { list-style-type: disc; padding-left: 1em; }
.Bl-bullet > li { }
.Bl-dash { list-style-type: none; padding-left: 0em; }
.Bl-dash > li { text-indent: -1.3em; }
.Bl-dash > li:before { content: "\2014  "; }
.Bl-item { list-style-type: none; padding-left: 0em; }
.Bl-item > li { }
.Bl-compact > li { margin-top: 0em; }
.Bl-enum {  padding-left: 2em; }
.Bl-enum > li { }
.Bl-compact > li { margin-top: 0em; }
.Bl-diag { }
.Bl-diag > dt { font-style: normal; font-weight: bold; }
.Bl-diag > dd { margin-left: 0em; }
.Bl-hang { }
.Bl-hang > dt { }
.Bl-hang > dd { margin-left: 5.5em; }
.Bl-inset { }
.Bl-inset > dt { }
.Bl-inset > dd { margin-left: 0em; }
.Bl-ohang { }
.Bl-ohang > dt { }
.Bl-ohang > dd { margin-left: 0em; }
.Bl-tag {  margin-top: 0.6em; margin-left: 3.25em; }
.Bl-tag > dt {
  float: left;
  margin-top: 0em;
  margin-left: -3.25em;
  padding-right: 0.5em;
  vertical-align: top;
}
.Bl-tag > dd {
  clear: right;
  column-count: 1;  /* Force block formatting context. */
  width: 100%;
  margin-top: 0em;
  margin-left: 0em;
  margin-bottom: 0.6em;
  vertical-align: top;
}
.Bl-compact {  margin-top: 0em; }
.Bl-compact > dd { margin-bottom: 0em; }
.Bl-compact > dt { margin-top: 0em; }
.Bl-column { }
.Bl-column > tbody > tr { }
.Bl-column > tbody > tr > td { margin-top: 1em; }
.Bl-compact > tbody > tr > td { margin-top: 0em; }
.Rs { font-style: normal; font-weight: normal; }
.RsA { }
.RsB { font-style: italic; font-weight: normal; }
.RsC { }
.RsD { }
.RsI { font-style: italic; font-weight: normal; }
.RsJ { font-style: italic; font-weight: normal; }
.RsN { }
.RsO { }
.RsP { }
.RsQ { }
.RsR { }
.RsT { text-decoration: underline; }
.RsU { }
.RsV { }

.eqn { }
.tbl td {  vertical-align: middle; }
.HP { margin-left: 3.8em; text-indent: -3.8em; }
