/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  color: #222;
  font: 1em/1.25em "Source Sans Pro", Helvetica, sans-serif;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #090909;
    color: #F5F5F5;
  }
}

a {
  text-decoration: none;
  color: #997620;
}

@font-face {
  font-family: 'Press Start 2P';
  font-weight: 400;
  font-style: normal;
  src: local("Press Start 2P"), local("Press-Start-2P-regular"), url("../font/Press-Start-2P-regular.eot") format("eot"), url("../font/Press-Start-2P-regular.woff2") format("woff2"), url("../font/Press-Start-2P-regular.woff") format("woff"), url("../font/Press-Start-2P-regular.ttf") format("truetype"), url("../font/Press-Start-2P-regular.svg") format("svg");
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (prefers-color-scheme: dark) {
  .container.main {
    background-color: #222;
  }
}
.container .main {
  padding: 3em 1.5em 4em 1.5em;
}
@media (min-width: 768px) {
  .container .main {
    width: 70%;
    float: left;
  }
}
@media (min-width: 992px) {
  .container .main {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .container .main {
    width: 80%;
  }
}
.container .side {
  padding: 0 1.5em 4em;
  position: sticky;
  top: 0px;
}
@media (min-width: 768px) {
  .container .side {
    padding: 0;
    width: 30%;
    float: left;
  }
}
@media (min-width: 992px) {
  .container .side {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .container .side {
    width: 20%;
  }
}
.container:after {
  content: "";
  display: block;
  clear: both;
}

header .banner {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  header .banner {
    display: inherit;
  }
}
header .banner h1 {
  font-family: "Press Start 2P", cursive;
  font-size: 2em;
  padding: 15px 0 8px;
}
header .banner h1 a {
  color: #222;
}
@media (prefers-color-scheme: dark) {
  header .banner h1 a {
    color: #F5F5F5;
  }
}
header .banner h1:before {
  content: '{';
  font-size: 2em;
  vertical-align: middle;
  color: #d8ae47;
  margin-right: -15px;
}
header .banner h1:after {
  content: '}';
  font-size: 2em;
  vertical-align: middle;
  color: #d8ae47;
  margin-left: -15px;
}
header .banner h2 {
  font-size: 0.8em;
  color: #997620;
}

nav.main-menu {
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #222;
  background-color: #F5F5F5;
  float: left;
  position: relative;
  width: 100%;
}
@media (prefers-color-scheme: dark) {
  nav.main-menu {
    border-bottom: 5px solid #F5F5F5;
    background-color: #d8ae47;
  }
}
nav.main-menu ul, nav.main-menu li, nav.main-menu li a {
  -moz-transition: all 450ms ease-in-out 0s;
  -ms-transition: all 450ms ease-in-out 0s;
  -o-transition: all 450ms ease-in-out 0s;
  -webkit-transition: all 450ms ease-in-out 0s;
  transition: all 450ms ease-in-out 0s;
}
nav.main-menu > a {
  display: none;
}
nav.main-menu > a span {
  float: right;
  line-height: 49px;
}
nav.main-menu ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
nav.main-menu ul li {
  float: left;
  text-align: left;
}
nav.main-menu ul li.open > ul {
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav.main-menu ul li.open > ul ul {
  opacity: 1;
  visibility: visible;
}
nav.main-menu ul li.active > a {
  background-color: #222;
  color: #F5F5F5;
}
nav.main-menu ul li a {
  display: block;
  text-decoration: none;
  white-space: normal;
  color: #222;
  font-size: 1.3em;
  line-height: 49px;
  padding: 0 15px;
  text-transform: uppercase;
}
nav.main-menu ul li a:hover {
  background-color: #d8ae47;
  color: #F5F5F5;
}
@media (prefers-color-scheme: dark) {
  nav.main-menu ul li a:hover {
    background-color: #F5F5F5;
    color: #d8ae47;
  }
}
nav.main-menu ul ul {
  background-color: #F5F5F5;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  color: #222;
  visibility: hidden;
  position: absolute;
  margin: 5px 0 0 0;
  padding: 10px 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}
nav.main-menu ul ul li {
  padding: 10px 1px;
  width: 20%;
}
nav.main-menu ul ul li a {
  color: #222;
  font-size: 1.3em;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  nav.main-menu ul ul li a {
    line-height: 20px;
  }
}
nav.main-menu ul ul li a:hover {
  color: #d8ae47;
  background: none;
}
nav.main-menu ul ul ul {
  box-shadow: none;
  position: relative;
  padding: 0;
}
nav.main-menu ul ul ul li {
  display: block;
  width: 100% !important;
  padding: 0 0 0 8px;
  float: none;
}
nav.main-menu ul ul ul li:hover {
  padding-left: 15px;
}
nav.main-menu ul ul ul li a {
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  nav.main-menu ul ul ul li a {
    font-size: 1em;
    text-transform: none;
  }
}
@media all and (max-width: 767px) {
  nav.main-menu > a {
    display: block;
    text-decoration: none;
    white-space: normal;
    color: #222;
    font-size: 1.3em;
    line-height: 49px;
    padding: 0 15px;
    text-transform: uppercase;
  }
  nav.main-menu > a:hover {
    background-color: #d8ae47;
    color: #F5F5F5;
  }
  nav.main-menu > ul {
    display: none;
  }
  nav.main-menu.open ul {
    display: block;
  }
  nav.main-menu.open ul > li ul {
    display: none;
  }
  nav.main-menu.open ul > li.open ul {
    display: block;
  }
  nav.main-menu ul li {
    float: none;
  }
  nav.main-menu ul ul {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
  }
  nav.main-menu ul ul li {
    width: 100% !important;
    display: block;
    padding: 0;
  }
  nav.main-menu ul ul ul a {
    text-transform: unset;
  }
}

pre {
  border: 1px solid #d8ae47;
  border-radius: 5px;
  padding: .5em 1.5em;
  margin: 0 1em;
  background: #F5F5F5;
  color: #222;
  white-space: pre-wrap;
  tab-size: 4;
}
pre code.java, pre code.shell {
  font-size: 1em;
  line-height: 1em;
}
pre code.java .hljs-keyword, pre code.java .hljs-built_in, pre code.shell .hljs-keyword, pre code.shell .hljs-built_in {
  color: #7f005f;
  font-weight: bold;
}
pre code.java .hljs-comment, pre code.shell .hljs-comment {
  color: #3f7f5f;
}
pre code.java .hljs-string, pre code.shell .hljs-string {
  color: #2a00ff;
}
pre code.java .hljs-meta, pre code.shell .hljs-meta {
  color: #646464;
}
pre code.cpp .hljs-meta {
  color: #0000ff;
}
pre code.cpp .hljs-meta .hljs-keyword {
  color: #af00db;
}
pre code.cpp .hljs-string {
  color: #a31515;
}
pre code.cpp .hljs-type {
  color: #0000ff;
}
pre code.cpp .hljs-title, pre code.cpp .hljs-built_in {
  color: #795e26;
}
pre code.cpp .hljs-params, pre code.cpp .hljs-keyword {
  color: #af00db;
}
pre code.cpp .hljs-number {
  color: #098658;
}
pre code.cpp .hljs-comment {
  color: #6a9955;
}
pre code.cpp .hljs-type {
  color: #0d0dff;
}
pre code.xml {
  color: #6d9ae3;
}
pre code.xml .hljs-literal {
  color: #7f005f;
  font-weight: bold;
}

article.category h1, article.tag h1 {
  text-align: center;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  font-family: "Press Start 2P", cursive;
  color: #d8ae47;
}
article h1 {
  font-size: 1.4em;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  article h1 {
    font-size: 1.8em;
  }
}
article h2 {
  font-size: 1.2em;
  padding-left: 25px;
  border-bottom: dashed 4px #d8ae47;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  article h2 {
    font-size: 1.5em;
  }
}
article h3 {
  font-size: 1.1em;
  padding-left: 50px;
  border-bottom: dashed 3px #d8ae47;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  article h3 {
    font-size: 1.2em;
  }
}
article h4 {
  padding-left: 75px;
}
article section p {
  text-align: justify;
}
article section ul {
  padding: 0 0 0 2em;
}
article section ul li {
  list-style: none;
}
article section ul li:before {
  padding: 0 1em .2em 0em;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 0.5em;
  color: #d8ae47;
  vertical-align: bottom;
}
article section img {
  margin: 0 auto;
  max-width: 90%;
  display: block;
}
article section blockquote {
  border-left: double 3px #d8ae47;
  margin: 0 15px;
  padding: 0 0 0 15px;
  font-style: italic;
}
article section div.pub {
  text-align: center;
}
article section div.pub iframe {
  display: inline-block;
}
article header img {
  margin: 0 auto;
  border: 1px solid #d8ae47;
  border-radius: 5px;
  display: block;
  max-width: 90%;
}
article header .date, article header .category, article header .tags {
  padding: 0 3em;
  color: #d8ae47;
}
@media (max-width: 767px) {
  article header .date, article header .category, article header .tags {
    display: block;
  }
}
article header .date a, article header .category a, article header .tags a {
  color: #d8ae47;
}
article header .tags a:not(:last-child)::after {
  content: ", ";
}
article footer {
  margin-top: 15px;
}
article footer .author {
  font-size: larger;
}
@media (min-width: 768px) {
  article footer .author {
    padding-left: 3em;
  }
}
article footer a {
  padding: 0 3em;
}
@media (max-width: 767px) {
  article footer a {
    display: block;
  }
}
article footer .comments div {
  white-space: pre;
}
article.short footer {
  text-align: center;
  margin-bottom: 3em;
}
article.short footer a {
  font-size: larger;
}
article.short footer:after {
  content: '';
  width: 90%;
  position: relative;
  bottom: -.8em;
  left: 5%;
  border-color: #d8ae47;
  border-bottom-style: double;
  border-bottom-width: 5px;
  display: block;
}

div.chaptering {
  margin-top: 35px;
  text-align: center;
}

table {
  margin: 8px auto 0;
  color: #222;
  background-color: #F5F5F5;
}
table thead,
table tbody {
  border: 1px solid #d8ae47;
}
table thead tr {
  background-color: #e5ca86;
}
table td,
table th {
  padding: 1px 3px;
}
table.sort thead {
  cursor: pointer;
}
table tr.hide {
  display: none;
}
table td.right {
  text-align: right;
}
table tr td.subtitle {
  text-align: right;
  background-color: #f3e6c5;
}
table.boxed td, table.boxed th {
  border: 1px solid #d8ae47;
}

.paint-db tbody tr:nth-child(2n),
.paint-guide tbody tr:nth-child(2n),
.pyjama tbody tr:nth-child(2n) {
  background-color: #f3e6c5;
}

.paint-db,
.paint-guide {
  min-width: 780px;
}
.paint-db td a,
.paint-guide td a {
  padding-right: 2px;
}
.paint-db tr td:nth-child(2n),
.paint-guide tr td:nth-child(2n) {
  border-right: 1px solid #d8ae47;
}
.paint-db td.color,
.paint-guide td.color {
  width: 40px;
}

table.assault tbody tr:nth-child(2n) {
  background-color: #f3e6c5;
}
table.assault thead tr {
  background-color: #e5ca86;
}
table.assault td:not([colspan="4"]) {
  text-align: center;
}

/**
 * tortuga
 */
table.quest {
  margin-bottom: 15px;
}
table.quest > tbody:nth-child(2) td {
  padding: 5px 10px;
}

table.all-quests tbody tr td:nth-child(3) {
  padding: 5px 10px;
  min-width: 100px;
}

table.quest img,
table.players img,
table.all-quests img {
  max-width: unset;
}
table.quest td.xp,
table.players td.xp,
table.all-quests td.xp {
  min-width: 150px;
}
table.quest td.badge i,
table.players td.badge i,
table.all-quests td.badge i {
  margin-right: 1px;
}
table.quest span.progress,
table.players span.progress,
table.all-quests span.progress {
  display: block;
  width: 100%;
  height: 20px;
  border: 2px solid #222;
  border-radius: 10px;
  text-align: center;
}
table.quest span.progress span:first-child,
table.players span.progress span:first-child,
table.all-quests span.progress span:first-child {
  display: block;
  background-color: #d8ae47;
  height: 16px;
  border-radius: 8px;
}
table.quest span.progress span:nth-child(2),
table.players span.progress span:nth-child(2),
table.all-quests span.progress span:nth-child(2) {
  position: relative;
  top: -18px;
}

div.gallery {
  text-align: center;
}
div.gallery a {
  padding: 5px;
}
div.gallery img {
  display: inline-block;
  border: 1px solid #d8ae47;
  border-radius: 5px;
  object-fit: cover;
}

.gallery-view {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.gallery-view.fade .content {
  animation-name: fadeAnmimation;
  animation-duration: 0.4s;
}
.gallery-view img {
  max-height: 90%;
  max-width: 90%;
}

@keyframes fadeAnmimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
ul.tree {
  padding-left: 10px;
}

ul.tree ul {
  padding-left: 20px;
}

ul.tree, ul.tree ul {
  list-style-type: none;
}
ul.tree li.closed > ul, ul.tree ul li.closed > ul {
  display: none;
}
ul.tree li.closed > a[href="#"]:before, ul.tree ul li.closed > a[href="#"]:before {
  content: "\f196";
  font-family: FontAwesome;
  color: #d8ae47;
  vertical-align: bottom;
  padding-right: 5px;
}
ul.tree li:not(.closed) > a[href="#"]:before, ul.tree ul li:not(.closed) > a[href="#"]:before {
  content: "\f147";
  font-family: FontAwesome;
  color: #d8ae47;
  vertical-align: bottom;
  padding-right: 5px;
}

form.comments div {
  display: flex;
  gap: 5px;
  margin-bottom: 2px;
}
form.comments label {
  display: inline-block;
  width: 120px;
  text-align: right;
}
form.comments input, form.comments textarea {
  border: solid 2px #d8ae47;
  color: #222;
}
form.comments input:focus, form.comments textarea:focus {
  outline: none;
}
form.comments textarea {
  width: 80%;
  height: 100px;
}
form.comments input[type="submit"] {
  margin-left: 125px;
  background-color: #222;
  color: #F5F5F5;
}

.side > div {
  margin-top: 3em;
}
.side h1 {
  text-align: center;
  background-color: #F5F5F5;
  border-bottom: #222 solid 5px;
  padding: 1em 0;
  font-family: "Press Start 2P", cursive;
  font-size: 1em;
}
@media (prefers-color-scheme: dark) {
  .side h1 {
    background-color: #d8ae47;
    border-bottom: #F5F5F5 solid 5px;
    color: #090909;
  }
}
.side .tagclood a::after {
  content: ' ';
}

footer.footer .container {
  margin-top: 0;
  min-height: 8em;
  background-color: #222;
  border-top: 5px solid #F5F5F5;
  color: #F5F5F5;
}
@media (prefers-color-scheme: dark) {
  footer.footer .container {
    background-color: #090909;
  }
}
footer.footer .container span {
  text-align: center;
  display: block;
}
footer.footer .container span a[title="PureIoCss"] sub {
  bottom: -0.5em;
  font-size: xx-small;
}
footer.footer .container span a[title="Less"] small {
  font-size: x-small;
}
footer.footer .container span a[title="CommonMark"] {
  border: 1px solid;
  border-radius: 2px;
  padding: 0 1px;
  font-size: small;
  font-weight: bold;
}
footer.footer .container span a[title="CommonMark"] i {
  font-size: x-small;
}
footer.footer .container span a[title="Draft"] {
  color: #222;
}
@media (prefers-color-scheme: dark) {
  footer.footer .container span a[title="Draft"] {
    color: #090909;
  }
}

.hidden {
  display: none;
}

.e404,
.e405 {
  margin-top: 7em;
  text-align: center;
}
.e404 H1,
.e405 H1 {
  font-family: "Press Start 2P", cursive;
  color: #d8ae47;
  font-size: 8em;
}

.fa.fa-star-5:before {
  content: "\f005\f005\f005\f005\f005";
}

.fa.fa-star-4:before {
  content: "\f005\f005\f005\f005\f006";
}

.fa.fa-star-3:before {
  content: "\f005\f005\f005\f006\f006";
}

.fa.fa-star-2:before {
  content: "\f005\f005\f006\f006\f006";
}

.fa.fa-star-1:before {
  content: "\f005\f006\f006\f006\f006";
}

.fa.fa-star-0:before {
  content: "\f006\f006\f006\f006\f006";
}

/*# sourceMappingURL=style.css.map */
