@font-face {
  font-family: "Inter";
  font-display: fallback;
  font-weight: normal;
  font-style: normal;
  src: url("/static/font/Inter.woff2?b") format("woff2"), url("/static/font/Inter.woff?b") format("woff");
}

@font-face {
  font-family: "BebasNeue";
  font-display: fallback;
  src: url("/static/font/BebasNeue-Regular.woff2?b") format("woff2"), url("/static/font/BebasNeue-Regular.woff?b") format("woff");
}

html {
  font-size: 16px;
}

body {
  margin: 0 auto;
  color: #2a2a2a;
  background-color: #f9f9f9;
  font-size: 1.1rem;
  line-height: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

body.s {
  font-size: 1rem;
  line-height: 1.3em;
}

body.l {
  font-size: 1.2rem;
  line-height: 1.6em;
}

body.lx {
  font-size: 1.3rem;
  line-height: 1.7em;
}

main.a {
  display: grid;
  min-height: 80vh;
  grid-template-rows: auto 1fr auto;
}

header.h {
  box-shadow: 0px 4px 8px -4px rgba(180, 180, 180, 0.7);
}

header.h h4.t {
  font-size: 21px;
  line-height: 24px;
  margin: 0;
  color: #424242;
  font-family: "BebasNeue", "Helvetica Neue", Roboto, Arial, serif;
}

header.h div.u {
  font-size: 0.65em;
  font-family: Arial;
  color: #333333;
  font-style: italic;
}

header.h div.u span.created_on {
  float: right;
}

.favicon img {
  display: inline-block;
  height: 8px;
  width: 8px;
  vertical-align: middle;
  margin: 0px 4px 0px 0px;
}

img, video, iframe, figure, svg {
  max-width: 100%;
  object-fit: cover;
  margin: 4px 4px 4px 0;
  width: auto;
  height: auto;
}

div.at-c p {
  word-break: break-word;
  white-space: normal;
}

div.ct-c {
  margin-bottom: 16px;
}

div.at-c, div.ct-holder, div.ct-button, header, div.list article {
  padding: 2px 10px 12px 10px;
}

 header.h {
  padding-top: 12px;
  padding-bottom: 0px;
}

.ct-button {
  text-align: center;
}

button.view {
  background-color: #616161;
  width: 100%;
  border: 0.5px solid #1a1818;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

button.post {
  background: #0277bd;
  border: 0.5px solid #005282;
  color: #fff;
  font-weight: bold;
  float: right;
  padding: 0px 20px 0px 20px;
  letter-spacing: 0.05rem;
  margin-top: 10px;
}

button.view, button.post {
  border-radius: 3px;
  line-height: 35px;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

button:focus {
  outline: 0;
}

h2, h6 {
  font-size: 1.1em;
  font-weight: 400;
  color: #69502f;
  margin: 0 auto;
}

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

b, strong {
  font-weight: 400;
  color: #69502f;
}

.textinput {
  font-size: 16px;
  width: 100%;
  background-color: #fff;
  outline: none;
  font-family: "Helvetica Neue", Helvetica, "Arial", sans-serif;
  border-color: #d5d5d5;
  margin: 0;
  height: 80px;
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0;
}

div.list article:nth-child(even) {
  background: rgba(60, 60, 60, 0.1);
}

.list section p.flag, .list div.reply span.flag {
  opacity: 0.4;
  font-size: 0.85rem;
  text-decoration: line-through;
}

.list br {
  display: block;
}

.list footer {
  text-align: right;
  line-height: 1.8em;
  color: rgba(62, 52, 76, 0.57);
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 400;
}

.list article {
  border-bottom: 1px dashed rgba(36, 36, 36, 0.4);
  padding-top: 4px;
}

.list div.reply {
  border-bottom: 0px;
  word-wrap: break-word;
  padding-left: 20px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.list section p {
  line-height: 1.4em;
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  font-size: 0.9em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

p:nth-of-type(1) {
  margin-top: 4px;
}

.list {
  clear: both;
}

.list section p.err {
  color: red;
}

.list div.reply:not(:first-child) {
  margin-top: 4px;
}

@media only screen and (min-width: 500px) {
  div.at-c, div.ct-holder, div.ct-button, header, div.list article {
    padding: 0px 15px 0px 15px;
  }
}

body.n {
  background-color: black;
  color: #ccc;
}

body.n header.h h4.t {
  color: #b0b0b0;
}

body.n header.h div.u {
  color: #a9a9a9;
}

body.n header.h {
  box-shadow: 0px 4px 8px -4px rgba(50, 50, 50, 0.7);
}

body.n div.list footer {
  color: darkgrey;
}

body.n .list article {
  border-bottom: 1px dashed rgba(150, 150, 150, 0.4);
}

body.n div.list article:nth-child(even) {
  background: rgba(40, 40, 40, 0.7);
}

body.n a {
  color: #8387cc;
}

.abridged, .article-info, #content-top, #content-bottom, .panel-col-right, .description, .post-actions, .thumbs li, .a-enlarge, .controls, .hidden, .main_media_credit, .author-section, .article-title, .ext_caption, .image_full_view, .rollover-people-block, button.hidden, span.converted-anchor {
  display: none;
}

span.sf {
  font-style: italic;
  font-size: 0.72em;
}

figcaption {
  font-size: 0.75em;
  line-height: 1.5em;
}

iframe {
  width: 98%;
}

article.loader {
  position: relative;
  color: #424242;
  font-size: 1.4em;
  text-align: center;
}

article.loader:before {
  content: attr(data-text);
  position: absolute;
  overflow: hidden;
  max-width: 7em;
  white-space: nowrap;
  color: yellowgreen;
  animation: loading 4s linear;
  animation-iteration-count: infinite;
}

@keyframes loading {
  0% {
    max-width: 0;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: #ccc;
  }
  header.h h4.t {
    color: #b0b0b0;
  }
  header.h div.u {
    color: #a9a9a9;
  }
  body header.h {
    box-shadow: 0px 4px 8px -4px rgba(50, 50, 50, 0.7);
  }
  div.list footer {
    color: darkgrey;
  }
  .list article {
    border-bottom: 1px dashed rgba(150, 150, 150, 0.4);
  }
  div.list article:nth-child(even) {
    background: rgba(40, 40, 40, 0.7);
  }
  a {
    color: rgb(27, 149, 224);
  }
  img {
    opacity: 0.75;
    transition: opacity 0.5s ease-in-out;
  }
  img:hover {
    opacity: 1;
  }
  b, strong {
    color: #d7a25d;
  }
}
