html, body {
  margin:0;
  padding:0;
  background: #151515;
  color: #909090;
  font-family: verdana, sans-serif;
  font-size:14px;
  line-height:1.45em;
  scroll-behavior: smooth;
}

/* Offset fixed header */
body {
  max-width: 60em;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

/* Sticky navigator at the top */
.sticky {
  background-color: #151515;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.list-inline {
  list-style: none;
  margin-left: -0.5em;
  margin-right: -0.5em;
  font-variant: small-caps;
  padding: 0;
}

.list-inline > li {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#navigator li.active a {
  border-bottom: 2px solid white; !important
}

.list-inline > li > a {
  /*color:#eeeeee;*/
  text-decoration: none;
  border: 0;
}

.list-inline > li.search {
  color: #909090;
}

.list-inline .no-touch > li:hover {
  border-bottom: 2px solid white;
  transition: border-bottom 0.1s ease-in;
}

.list-inline .no-touch > li.search:hover {
  border: 0;
}

#footer {
  font-variant: small-caps;
  font-size: 0.5em;
  clear:both;
  margin-top:5px;
  text-align:center;
}

h1 { font-size: 1.5em;  }
h2 { font-size: 1.3em;  }
h3 { font-variant: small-caps; font-size: 1.1em;  }
h4 { font-variant: small-caps; font-size: 1em;    }
h1, h2, h3, h4 { color: #ff6600; margin-top: 1em; clear: both; scroll-margin-top: 2em; }

p {
  margin: 0px;
  padding: 5px;
}

p.libend {
  margin-top: 2em;
  font-weight: bold;
}

.small {
  font-size: 0.8em;
}

a:link { color:#dddddd; text-decoration:none; border-bottom: 1px dotted green; }
a:visited { color:#808080; text-decoration:none; border-bottom: 1px dotted green; }
a:active { color:#ffffff; text-decoration:none; border-bottom: 1px solid green; }
a:hover { color:#ffffff; text-decoration:none; border-bottom: 1px solid green; }

/* Library */
table {
  width:100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-collapse: collapse;
}

tr:nth-child(even) {
  background-color: #101010;
}

th {
  text-align: left;
  vertical-align: top;
  width: 33%;
  font-weight: bold;
}

td {
  text-align: left;
  vertical-align: top;
  width: 33%;
  padding-bottom: 0.5em;
}

span.top { color:gray; font-size: 0.8em; }
span.sub { color:gray; font-size: 0.8em; }
span.author_info { color:gray; font-size: 0.8em; }
span.id_type { color:gray; font-size: 0.8em; }

