@charset "UTF-8";
html, body {
  font-family: "Segoe UI", "Arial", "Verdana", sans-serif;
  font-size: 11pt;
  direction: ltr;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  border: none;
  line-height: 1.6em;
  background-color: var(--second-bg-color);
  color: var(--text-color);
}

main {
  display: block;
  padding: 2em 36px 4em;
}
main > h1:first-child, main > ol.toc + h1, main > span.last-updated + h1 {
  margin-top: 0.5em;
}

p {
  margin: 0 0 0.7em;
  padding: 0;
}
p.headline {
  margin-top: 1.4em;
  font-size: larger;
}

pre {
  margin: 0 0 0.7em;
  padding: 0;
  white-space: pre-wrap;
}

span {
  margin: 0;
  padding: 0;
}
span.comment {
  color: var(--second-text-color);
  font-size: 0.85em;
  line-height: 150%;
}
span.hl1 {
  color: var(--highlight-1-color);
}
span.hl2 {
  color: var(--highlight-2-color);
}
span.last-updated {
  color: var(--second-text-color);
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  line-height: 100%;
  top: 113px;
  right: 3px;
}
span.pi {
  color: var(--second-text-color);
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  line-height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  margin: 1.5em 0 1em;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.3;
}
@media (max-width: 450px) {
  h1 {
    font-size: 1.5em;
  }
}
h1 + h2 {
  margin-top: 0em;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 1.95em 0 0.7em;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.3;
}
@media (max-width: 450px) {
  h2 {
    font-size: 1.3em;
  }
}
h2.link-heading {
  border-bottom-width: 0;
}

h3 {
  margin: 1.5em 0 0.7em;
  font-size: 1.2em;
  font-weight: normal;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.3;
}
@media (max-width: 450px) {
  h3 {
    font-size: 1.1em;
  }
}

h4 {
  margin: 1.2em 0 0.9em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3;
  font-style: italic;
}

figure {
  display: block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
figure.half, figure.half-last {
  width: 50%;
  float: left;
}
figure.half-last + * {
  clear: left;
}

figcaption {
  font-size: smaller;
  margin-bottom: 1em;
}

footer {
  font-size: 0.75em;
  text-align: center;
  color: var(--second-text-color);
  border-top: 1px solid var(--border-color);
  position: absolute;
  width: inherit;
  bottom: 0;
}
footer a {
  color: inherit;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}
img.logo {
  position: absolute;
  top: 10px;
  left: 20px;
}
img.text-icon {
  vertical-align: middle;
  margin-right: 5px;
}

a {
  color: var(--link-color);
  text-decoration: underline;
}

div.entire {
  background-color: var(--bg-color);
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
@media (min-width: 918px) {
  div.entire {
    overflow: visible;
  }
  div.entire::before {
    content: "";
    width: 102%;
    margin: 0 -1%;
    position: absolute;
    min-height: 100%;
    z-index: -1;
    background: var(--second-bg-color);
    background: linear-gradient(to right, var(--second-bg-color) 0%, var(--second-bg-color-grad) 1%, var(--bg-color) 1%, var(--bg-color) 99%, var(--second-bg-color-grad) 99%, var(--second-bg-color) 100%);
  }
}

header {
  height: 111px;
  position: relative;
  background: var(--header-bg-color);
  background: linear-gradient(to bottom, var(--header-bg-color) 0%, var(--header-bg-color-grad) 100%);
}

div.title {
  height: auto;
  border: 1px solid transparent;
  padding: 4px 3px;
  margin: 0;
  position: absolute;
  top: 6px;
  left: 60px;
  z-index: 10;
  transition: all 0.2s;
  font-family: "Aldrich", sans-serif;
  letter-spacing: 1px;
  font-variant: small-caps;
}
@media (min-width: 750px) {
  div.title {
    transform-origin: left;
    transform: scaleX(1.33333);
  }
}
@media (max-width: 590px) {
  div.title {
    left: 55px;
  }
}
div.title:hover {
  border-color: var(--border-color);
  background: var(--header-bg-color-grad);
}
div.title:hover a {
  display: block;
}
div.title span {
  color: var(--header-color);
  border: 1px solid transparent;
  margin: -1px -1px 0px;
  padding: 4px;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 1.75em;
}
div.title span:hover {
  background: var(--header-bg-color);
  border-color: var(--border-color);
}
@media (max-width: 590px) {
  div.title span {
    font-size: 1.5em;
  }
}
@media (max-width: 460px) {
  div.title span {
    font-size: 1.2em;
  }
}
div.title a {
  color: var(--header-color);
  border: 1px solid transparent;
  margin: -1px -1px 0px;
  padding: 4px;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
  display: none;
  font-size: 1.25em;
}
div.title a:hover {
  background: var(--header-bg-color);
  border-color: var(--border-color);
}
@media (max-width: 590px) {
  div.title a {
    font-size: 1em;
  }
}

img.slogan {
  vertical-align: bottom;
  margin-left: 2rem;
  margin-top: 1.3rem;
}
@media (max-width: 640px) {
  img.slogan {
    width: 25%;
  }
}

span.slogan {
  color: var(--header-color);
  display: inline-block;
  margin-left: 2rem;
  font-family: "Aldrich", sans-serif;
  font-size: 2em;
  letter-spacing: 1px;
  font-variant: small-caps;
  transform-origin: left;
  transform: scaleX(1.33333);
}
@media (max-width: 800px) {
  span.slogan {
    transform: none;
  }
}
@media (max-width: 640px) {
  span.slogan {
    font-size: 1.5em;
  }
}

ul, ol {
  margin-top: 0;
  padding-left: 30px;
}

nav ul {
  margin: 0;
  padding-left: 4%;
  width: 96%;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid var(--border-color);
}
nav ul li {
  float: left;
  width: 9em;
  line-height: 170%;
  text-align: center;
  margin-bottom: -1px;
  border: 1px solid transparent;
}
@media (max-width: 860px) {
  nav ul li {
    width: 8em;
  }
}
@media (max-width: 770px) {
  nav ul li {
    width: 7em;
  }
}
@media (max-width: 680px) {
  nav ul li {
    line-height: 160%;
    width: 6em;
  }
}
@media (max-width: 580px) {
  nav ul li:nth-child(4) {
    clear: left;
  }
}
nav ul li span {
  display: block;
  text-decoration: none;
  border: inherit;
  margin: -1px;
  color: inherit;
  background-color: var(--bg-color);
  border-color: var(--border-color);
  border-bottom-color: var(--bg-color);
}
nav ul li a {
  display: block;
  text-decoration: none;
  border: inherit;
  margin: -1px;
  color: var(--border-color);
  transition: all 0.2s;
}
nav ul li a:hover, nav ul li a:active {
  color: inherit;
  background-color: var(--bg-color);
  border-color: var(--border-color);
  border-bottom-color: var(--bg-color);
}

ol.toc {
  counter-reset: item;
}
ol.toc li {
  list-style-type: none;
  display: block;
}
ol.toc li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: bold;
}
ol.toc li ol {
  counter-reset: item;
}

ol.toc-float {
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  float: right;
  margin: 1em 0 1em 1em;
  padding: 0.8em;
  width: auto;
  font-size: 0.85em;
  line-height: 150%;
}
@media (max-width: 550px) {
  ol.toc-float {
    float: none;
    display: block;
    margin-right: 1em;
  }
}
ol.toc-float li {
  color: var(--second-text-color);
  font-weight: bold;
}
ol.toc-float li:before {
  color: var(--text-color);
}
ol.toc-float li a {
  color: var(--text-color);
  font-weight: normal;
  text-decoration: none;
}
ol.toc-float li a:hover {
  text-decoration: underline;
}

ol.toc-global {
  padding: 0;
  margin: 2em;
  line-height: 170%;
}
ol.toc-global li + ol {
  margin-top: 10em;
}

p.subpage-header {
  color: var(--second-text-color);
  font-size: 0.9em;
}
p.subpage-header + h1, p.subpage-header + ol.toc + h1 {
  margin-top: 0;
}
p.subpage-header:first-child {
  margin-top: -0.6em;
  margin-bottom: 0;
}
p.subpage-header:last-child {
  position: absolute;
  bottom: 1.5em;
}
p.subpage-header span:after {
  content: " »";
}
p.subpage-header span.subpage-current:after {
  content: "";
}
p.subpage-header a {
  color: inherit;
}

hr {
  margin: 0 0 0.7em;
  padding: 0;
  color: var(--border-color);
  background-color: var(--border-color);
  border: none;
  height: 1px;
}
hr.last-ver-separator {
  margin-top: 2em;
  margin-bottom: 2em;
}

table {
  margin: 0 0 0.7em;
  padding: 0;
  border: 1px solid var(--border-color);
  border-collapse: collapse;
  max-width: 100%;
}
table th, table td {
  padding: 3px 10px;
  border: 1px solid var(--border-color);
  vertical-align: top;
  text-align: left;
}
table th.num, table td.num {
  text-align: right;
}
table th {
  color: var(--second-text-color);
  font-weight: 700;
}

table.downloads {
  border: none;
  margin-bottom: 2em;
}
table.downloads th, table.downloads td {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  text-align: center;
  font-weight: normal;
  font-variant: small-caps;
}
@media (max-width: 500px) {
  table.downloads th, table.downloads td {
    padding: 3px 4px;
  }
}
table.downloads th:first-child {
  text-align: left;
  width: 99%;
}
table.downloads td:first-child {
  text-align: left;
  font-variant: normal;
}
table.downloads a {
  text-decoration: none;
}
table.downloads a.downloads-details {
  text-decoration: underline;
  float: right;
}

.nowrap {
  white-space: nowrap;
}

code {
  margin-left: 0.2em;
  margin-right: 0.2em;
  word-spacing: -0.1em;
  white-space: pre-wrap;
}
code.path:before {
  content: open-quote;
}
code.path:after {
  content: close-quote;
}
code.path span {
  white-space: nowrap;
}
code.path span:after {
  content: " »";
}
code.path span:last-child:after {
  content: "";
}

iframe.contact {
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  border: none;
}

section.www-project {
  margin-top: 0.7em;
  margin-bottom: 2.8em;
  border-bottom: 1px solid var(--border-color);
}

h2.www-annotation {
  margin-top: 0;
  float: left;
}
@media (max-width: 450px) {
  h2.www-annotation {
    float: none;
  }
}

figure.www-screenshot {
  margin-top: 0;
  margin-left: 0.6em;
  float: right;
}
@media (max-width: 450px) {
  figure.www-screenshot {
    float: left;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
  }
}
figure.www-screenshot + p {
  clear: left;
}

img.www-icon {
  float: left;
  margin-right: 0.5em;
}