.version {
  float: right;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  padding: 2px 4px;
}

pre {
  display: block;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.dark {
  background: #1d1f21;
  color: #c5c8c6;
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th {
  padding: 8px;
  line-height: 1.4285714;
  border-top: 1px solid #ddd;
}

.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4285714;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #002b36;
  color: #839496;
  -webkit-text-size-adjust: none;
}

.hljs-comment,
.hljs-template_comment,
.diff .hljs-header,
.hljs-doctype,
.hljs-pi,
.lisp .hljs-string,
.hljs-javadoc {
  color: #586e75;
}

.hljs-keyword,
.hljs-winutils,
.method,
.hljs-addition,
.css .hljs-tag,
.hljs-request,
.hljs-status,
.nginx .hljs-title {
  color: #859900;
}

.hljs-number,
.hljs-command,
.hljs-string,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula,
.hljs-regexp,
.hljs-hexcolor,
.hljs-link_url {
  color: #2aa198;
}

.hljs-title,
.hljs-localvars,
.hljs-chunk,
.hljs-decorator,
.hljs-built_in,
.hljs-identifier,
.vhdl .hljs-literal,
.hljs-id,
.css .hljs-function {
  color: #268bd2;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.smalltalk .hljs-number,
.hljs-constant,
.hljs-class .hljs-title,
.hljs-parent,
.hljs-type,
.hljs-link_reference {
  color: #b58900;
}

.hljs-preprocessor,
.hljs-preprocessor .hljs-keyword,
.hljs-pragma,
.hljs-shebang,
.hljs-symbol,
.hljs-symbol .hljs-string,
.diff .hljs-change,
.hljs-special,
.hljs-attr_selector,
.hljs-subst,
.hljs-cdata,
.css .hljs-pseudo,
.hljs-header {
  color: #cb4b16;
}

.hljs-deletion,
.hljs-important {
  color: #dc322f;
}

.hljs-link_label {
  color: #6c71c4;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a {
  background: 0 0;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
}

pre {
  overflow: auto;
}

code,
kbd {
  font-size: 1em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 0.875em;
  background: #fff;
  color: #373d49;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  font-family: Georgia, Cambria, serif;
  height: 100%;
  margin: 0;
}

ul,
ol {
  margin-bottom: 0.83999rem;
  padding-top: 0.16001rem;
}

li {
  -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  margin-left: 1rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

p {
  padding-top: 0.66001rem;
  -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  margin-top: 0;
}

p,
pre {
  margin-bottom: 1.33999rem;
}

pre {
  font-size: 1rem;
  padding: 0.66001rem 9.5px 9.5px;
  line-height: 2rem;
  background: -webkit-linear-gradient(
    top,
    #fff 0,
    #fff 0.75rem,
    #f5f7fa 0.75rem,
    #f5f7fa 2.75rem,
    #fff 2.75rem,
    #fff 4rem
  );
  background: linear-gradient(
    to bottom,
    #fff 0,
    #fff 0.75rem,
    #f5f7fa 0.75rem,
    #f5f7fa 2.75rem,
    #fff 2.75rem,
    #fff 4rem
  );
  background-size: 100% 4rem;
  border-color: #d3daea;
}

th,
td {
  padding: 12px;
  max-width: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  font-style: normal;
  font-weight: 600;
  margin-top: 0;
}

h1 {
  line-height: 3rem;
  font-size: 2.0571429rem;
  margin-bottom: 0.21999rem;
  padding-top: 0.78001rem;
}

h2 {
  font-size: 1.953125rem;
  margin-bottom: 0.1835837rem;
  padding-top: 0.8164163rem;
}

h2,
h3 {
  line-height: 3rem;
}

h3 {
  font-size: 1.6457143rem;
  margin-bottom: 0.07599rem;
  padding-top: 0.92401rem;
}

h4 {
  font-size: 1.5625rem;
  margin-bottom: 0.546865rem;
  padding-top: 0.453135rem;
}

h5 {
  font-size: 1.25rem;
  margin-bottom: -0.56251rem;
  padding-top: 0.56251rem;
}

h6 {
  font-size: 1rem;
  margin-bottom: -0.65001rem;
  padding-top: 0.65001rem;
}

a {
  cursor: pointer;
  color: blue;
  text-decoration: none;
}

a:hover,
a:focus {
  border-bottom-color: #35d7bb;
}

nav.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 15%;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

nav.menu li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

nav.menu li a.active {
  background-color: #4caf50;
  color: white;
}

nav.menu li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

section.content {
  padding-left: 15%;
  margin: 0 15px 0 35px;
}
