@keyframes breathe {
    0%,to {
        opacity: 0;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1)
    }
}

body {
    background: #eef2ff url(img/fade-blue.png)repeat-x 50%0
}

template {
    display: none
}

.intro a.post_no:hover {
    color: red
}

a.post_no {
    text-decoration: none;
    margin: 0;
    padding: 0
}

.intro a.post_no,div.post .post-image,p.intro a.email,p.intro a.post_anchor {
    margin: 0
}

.intro label {
    display: inline
}

.intro time,p.intro a.capcode,p.intro a.ip-link {
    direction: ltr;
    unicode-bidi: embed;
    white-space: nowrap
}

h2 {
    color: #af0a0f;
    font-size: 11pt;
    padding: 0
}

h1 {
    font-size: 20pt
}

header div.subtitle {
    color: #af0a0f;
    text-align: center;
    font-size: 8pt
}

form {
    margin-bottom: 2em
}

form table {
    margin: auto
}

form table input {
    height: auto
}

input[type=text] {
    border: 0!important;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal;
    max-width: 100%
}

input[type=password] {
    max-width: 100%
}

input[type=password],textarea {
    border: 0!important;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    word-spacing: normal
}

#quick-reply input[type=text],#quick-reply textarea,textarea {
    max-width: 100%
}

table.test,textarea {
    width: 100%
}

form table tr td {
    text-align: left;
    margin: 0;
    padding: 0
}

form table.mod tr td {
    padding: 2px
}

form table tr th {
    text-align: left;
    padding: 4px;
    background: 0 0!important
}

form table tr td div.center {
    text-align: center;
    float: left;
    padding-left: 3px
}

form table tr td div input {
    display: block;
    margin: 2px auto 0
}

.unimportant,.unimportant *,form table tr td div label {
    font-size: 10px
}

.file {
    float: left
}

.file:not(.multifile) .post-image {
    float: left
}

.file:not(.multifile) {
    float: none
}

p.fileinfo {
    margin: 0;
    text-align: left
}

div.reply p.fileinfo {
    display: block;
    margin: 7px 0 5px
}

div.post p.fileinfo {
    padding-left: 5px
}

div.banner {
    background-color: #e04000;
    font-size: 12pt;
    text-align: center;
    margin: 1em 0;
    color: #fff
}

div.banner a {
    color: #fff
}

div.banner a:hover {
    color: #eef2ff;
    text-decoration: none
}

.post-image,p.fileinfo,span.omitted {
    display: block
}

img.banner,img.board_image {
    display: block;
    margin: 12px auto 0
}

.post-image {
    float: left;
    margin: 5px 20px 10px;
    border: 0
}

#options_div textarea,.full-image {
    max-width: 100%
}

.file.multifile {
    padding: 5px!important
}

div.post img.icon {
    padding: 0
}

div.post i.fa {
    margin: 0 4px;
    font-size: 16px
}

div.post.op hr {
    border-color: #d9bfb7
}

.intro {
    margin: 1em 0 0;
    padding: 0 0 .2em
}

input.delete {
    float: left;
    margin: 1px 6px 0 0
}

.intro span.name,.intro span.subject,div.banner {
    font-weight: 700
}

.intro span.capcode,p.intro a.capcode,p.intro a.nametag {
    color: #f00000;
    margin-left: 0
}

.intro a {
    margin-left: 8px
}

div.delete {
    float: right
}

div.post.reply.highlighted {
    background: #d6bad0
}

div.post.reply div.body a {
    color: #d00
}

div.post div.body {
    word-wrap: break-word;
    white-space: pre-wrap
}

span.omitted {
    margin-top: 1em
}

br.clear,hr {
    clear: left
}

span.controls {
    margin: 0;
    padding: 0;
    font-size: 100%
}

span.controls.op {
    float: none;
    margin-left: 10px
}

h1,h2,h3,h4,h5,h6,pre,span.controls a,table.test td img {
    margin: 0
}

div#wrap {
    width: 900px;
    margin: 0 auto
}

div.ban {
    background: #111;
    border: 1px solid #98e;
    max-width: 700px;
    margin: 30px auto
}

div.ban h2,div.ban p {
    padding: 3px 7px
}

div.ban h2 {
    color: #000;
    font-size: 12pt
}

div.ban p {
    font-size: 12px;
    margin-bottom: 12px
}

div.ban p.reason,fieldset b {
    font-weight: 700
}

.intro a.email:hover span.name,div.post.reply div.body span.spoiler:hover a,span.spoiler:hover {
    color: #fff
}

div.styles {
    float: right;
    padding-bottom: 20px
}

div.styles a {
    margin: 0 10px
}

div.boardlist a,div.pages a,div.styles a.selected {
    text-decoration: none
}

table.mod.config-editor td,table.test td,table.test th {
    text-align: left;
    padding: 5px
}

div.ban h2,table.test tr.h th {
    background: #98e
}

article,aside,br.clear,button,details,div,figcaption,figure,footer,form,form.ban-appeal textarea,header,input,main,menu,section,textarea {
    display: block
}

div.pages {
    color: #89a;
    background: #111;
    display: inline-block;
    padding: 8px;
    margin: 8px 0 4px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000
}

div.pages.top {
    display: block;
    padding: 5px 8px;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    right: 0;
    opacity: .9
}

@media screen and (max-width: 800px) {
    div.pages.top {
        display:none!important
    }
}

div.pages a.selected {
    color: #000;
    font-weight: bolder
}

div.pages form {
    margin: 0;
    padding: 0;
    display: inline
}

div.pages form input,div.post img.icon {
    margin: 0 5px;
    display: inline
}

hr {
    border: 0;
    border-top: 1px solid #b7c5d9;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

div.report {
    color: #333
}

table.modlog {
    margin: auto
}

table.modlog tr td {
    text-align: left;
    margin: 0;
    padding: 4px 15px 0 0
}

table.modlog tr th {
    text-align: left;
    padding: 4px 15px 5px 5px;
    white-space: nowrap;
    background: #98e
}

td.minimal,th.minimal {
    width: 1%;
    white-space: nowrap
}

div.top_notice {
    text-align: center;
    margin: 5px auto
}

span.public_ban {
    color: red;
    font-weight: 700
}

span.public_ban,span.toolong {
    display: block;
    margin-top: 15px
}

div.blotter {
    color: red;
    font-weight: 700;
    text-align: center
}

table.mod.config-editor {
    font-size: 9pt;
    width: 100%
}

table.mod.config-editor td {
    border-bottom: 1px solid #98e
}

table.mod.config-editor input[type=text] {
    width: 98%
}

.desktop-style div.boardlist:nth-child(1) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 30;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    border-bottom: 1px solid;
    background: inherit
}

.desktop-style body {
    padding-top: 20px
}

.desktop-style .sub {
    background: inherit
}

.desktop-style .sub .sub {
    display: inline-block;
    text-indent: -9000px;
    width: 7px;
    background: url(img/arrow.png)right center no-repeat
}

.desktop-style .sub .sub.hover,.desktop-style .sub .sub:hover {
    display: inline;
    text-indent: 0;
    background: inherit
}

#attention_bar {
    height: 1.5em;
    max-height: 1.5em;
    width: 100%;
    max-width: 100%;
    text-align: center;
    overflow: hidden
}

#attention_bar_form {
    display: none;
    padding: 0;
    margin: 0
}

#attention_bar_input {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center
}

#attention_bar:hover {
    background-color: rgba(255,255,255,.2)
}

.intro.thread-hidden {
    margin: 0;
    padding: 0
}

form.ban-appeal {
    margin: 9px 20px
}

.MathJax_Display {
    display: inline!important
}

.theme-catalog div.thread img {
    float: none!important;
    margin: auto;
    max-height: 150px;
    max-width: 200px;
    box-shadow: 0 0 4px rgba(0,0,0,.55);
    border: 2px solid transparent
}

.theme-catalog div.thread {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 400;
    margin: 10px!important;
    padding: 2px;
    height: 300px;
    width: 205px;
    overflow: hidden;
    position: relative;
    font-size: 11px;
    max-height: 300px;
    background: rgba(182,182,182,.12);
    border: 2px solid rgba(111,111,111,.34)
}

.theme-catalog div.threads {
    text-align: center;
    margin-left: -20px
}

.theme-catalog div.thread:hover {
    background: #d6daf0;
    border-color: #b7c5d9
}

.theme-catalog div.grid-size-large img,.theme-catalog div.grid-size-small img,.theme-catalog div.grid-size-vsmall img {
    max-height: 40%;
    max-width: 95%
}

.theme-catalog div.grid-size-large,.theme-catalog div.grid-size-small,.theme-catalog div.grid-size-vsmall {
    min-width: 256px;
    max-width: 256px;
    max-height: 384px
}

.theme-catalog img.thread-image {
    height: 100%
}

@media (max-width: 420px) {
    .theme-catalog ul#Grid {
        padding-left:18px
    }

    .theme-catalog div.thread {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }

    .theme-catalog div.threads {
        overflow: hidden
    }
}

.compact-boardlist {
    padding: 3px 3px 0
}

.compact-boardlist #watch-pinned,.compact-boardlist .cb-item {
    display: inline-block;
    vertical-align: middle
}

.compact-boardlist .cb-icon {
    padding-bottom: 1px
}

.compact-boardlist .cb-fa {
    font-size: 21px;
    padding: 0 2px 2px
}

.compact-boardlist .cb-cat {
    padding: 5px 6px 8px
}

.cb-menuitem {
    display: table-row
}

.cb-menuitem span {
    padding: 5px;
    display: table-cell;
    text-align: left;
    border-top: 1px solid rgba(0,0,0,.5)
}

.cb-menuitem span.cb-uri {
    text-align: right
}

.boardlist:not(.compact-boardlist) #watch-pinned::before {
    content: " [ "
}

.boardlist:not(.compact-boardlist) #watch-pinned::after {
    content: " ] "
}

.boardlist:not(.compact-boardlist) #watch-pinned {
    display: inline
}

.boardlist:not(.compact-boardlist) #watch-pinned a {
    margin-left: 3pt
}

.boardlist:not(.compact-boardlist) #watch-pinned a:first-child {
    margin-left: 0
}

.new-posts {
    opacity: .6;
    margin-top: 1em
}

.new-threads,.options_tab h2 {
    text-align: center
}

#options_handler {
    position: fixed;
    top: 0;
    left: 0
}

#alert_handler,#options_handler {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9900;
    background: inherit;
    visibility: hidden
}

#alert_background,#options_background {
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: visible
}

#alert_div,#options_div {
    background-color: #d6daf0;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    background: inherit;
    visibility: visible
}

#alert_div {
    border: 1px solid #000
}

#options_div {
    width: 620px;
    height: 400px;
    resize: both;
    overflow: auto;
    border: 1px solid
}

#alert_div {
    width: 500px
}

#alert_message {
    text-align: center;
    margin: 13px;
    font-size: 110%
}

.alert_button {
    margin-bottom: 13px
}

#alert_close,#options_close {
    top: 0;
    right: 0;
    position: absolute;
    margin-right: 3px;
    font-size: 20px;
    z-index: 100
}

#options_tablist {
    padding: 0 5px;
    left: 0;
    width: 90px;
    top: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #000
}

.options_tab_icon {
    padding: 5px;
    cursor: pointer
}

.options_tab_icon.active {
    color: red
}

.options_tab_icon i {
    font-size: 20px
}

.options_tab_icon div {
    font-size: 11px
}

.options_tab {
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 101px;
    right: 0;
    text-align: left;
    font-size: 12px;
    overflow-y: auto
}

.check-requirements ul li,.options_tab h2 {
    margin-bottom: 5px
}

.mobile-style #alert_div,.mobile-style #options_div {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0
}

.mentioned {
    word-wrap: break-word
}

.poster_id {
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.poster_id:hover {
    color: maroon!important
}

.poster_id::before {
    content: " ID: "
}

body:not(.active-catalog) pre {
    max-width: inherit;
    word-wrap: normal;
    overflow: auto;
    display: block!important;
    font-size: 9pt;
    font-family: monospace
}

body.active-catalog pre {
    max-width: inherit;
    word-wrap: normal;
    overflow: auto;
    display: inline!important;
    font-size: 9pt;
    font-family: monospace
}

span.pln {
    color: gray
}

@media screen and (min-width: 768px) {
    .intro,div.post div.body {
        clear:none
    }
}

.clearfix {
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    border: 0;
    height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    zoom:1}

div.boardlist {
    margin-top: 3px;
    color: gray;
    font-size: 10pt
}

div.boardlist.bottom {
    margin-top: 12px;
    clear: both
}

#thread-interactions {
    margin: 8px 0;
    clear: both
}

#thread-links {
    float: left
}

#thread-links>a {
    padding-left: none;
    padding-right: 10px
}

#thread-quick-reply {
    display: none;
    position: absolute;
    left: 50%;
    right: 50%;
    text-align: center;
    width: 100px;
    margin-left: -50px
}

#post-moderation-fields,#thread_stats {
    float: right
}

#watchlist {
    display: none;
    max-height: 250px;
    overflow: auto;
    border: 1px solid;
    border-style: none solid solid none;
    width: 50%;
    margin: 0 auto 10px
}

.watchlist-controls,.watchlist-inner {
    margin: 10px auto;
    text-align: center
}

#clearGhosts,#clearList,#watchlist-toggle,.watchThread,.watchlist-remove {
    cursor: pointer
}

#youtube-size input {
    width: 50px
}

.dropzone {
    color: #000;
    cursor: default;
    margin: auto;
    padding: 0 4px;
    text-align: center;
    min-height: 50px;
    max-height: 140px;
    transition: .2s;
    background-color: rgba(200,200,200,.5);
    overflow-y: auto
}

#gallery_images img,.dropzone-wrap {
    width: 100%
}

.dropzone .file-hint {
    color: rgba(0,0,0,.5);
    cursor: pointer;
    position: relative;
    margin-bottom: 5px;
    padding: 10px 0;
    top: 5px;
    transition: .2s;
    border: 2px dashed rgba(125,125,125,.4)
}

.dropzone.dragover .file-hint,.file-hint:hover {
    color: #000;
    border-color: rgba(125,125,125,.8)
}

.dropzone.dragover {
    background-color: #c8c8c8
}

.dropzone .file-thumbs {
    text-align: left;
    width: 100%
}

.dropzone .tmb-container {
    padding: 3px;
    overflow-x: hidden;
    white-space: nowrap
}

.dropzone .file-tmb {
    height: 40px;
    width: 70px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background-color: rgba(187,187,187,.5);
    background-size: cover;
    background-position: center
}

.dropzone .file-tmb span {
    font-weight: 600;
    position: relative;
    top: 13px
}

.dropzone .remove-btn,.dropzone .tmb-filename {
    display: inline-block;
    vertical-align: bottom;
    position: relative
}

.dropzone .tmb-filename {
    bottom: 12px;
    margin-left: 5px
}

.dropzone .remove-btn {
    cursor: pointer;
    color: rgba(125,125,125,.5);
    bottom: 10px;
    margin-right: 5px;
    font-size: 20px
}

.dropzone .remove-btn:hover {
    color: #7d7d7d
}

#thread_stats {
    display: inline;
    margin-left: 10px;
    margin-right: 10px
}

table.fileboard td,table.fileboard th {
    padding: 2px;
    text-align: center
}

table.fileboard .intro a {
    margin-left: 0
}

#gallery_images {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 12%;
    background-color: rgba(0,0,0,.4);
    overflow: auto
}

#gallery_main,#gallery_toolbar {
    position: absolute;
    left: 0;
    right: 12%
}

#gallery_toolbar {
    bottom: 0;
    height: 32px;
    background-color: rgba(0,0,0,.4);
    text-align: right
}

#gallery_toolbar a {
    font-size: 28px;
    padding-right: 5px
}

#gallery_main {
    bottom: 32px;
    top: 0;
    padding: 10px
}

#gallery_images img {
    opacity: .6;
    -webkit-transition: all .5s;
    transition: all .5s
}

#gallery_images img.active,#gallery_images img:hover {
    opacity: 1
}

#gallery_images img.active {
    -webkit-box-shadow: 0 0 29px 2px #fff;
    -moz-box-shadow: 0 0 29px 2px #fff;
    box-shadow: 0 0 29px 2px #fff;
    z-index: 1
}

#gallery_main img,#gallery_main video {
    max-width: 100%;
    max-height: 100%;
    position: absolute
}

.own_post {
    font-weight: 400;
    opacity: .666
}

audio,canvas,div.mix,video {
    display: inline-block
}

.thread>.files {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    text-align: center
}

.thread>.files .file,.thread>.files .post-image {
    float: none!important;
    display: block
}

.thread>.files .post-image {
    margin: 0 auto;
    max-width: 100%;
    height: auto
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,html {
    margin: 0;
    padding: 0
}

article,aside,button,div,footer,form,header,input,main,nav,p,section,span,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

figure {
    margin: 1em 40px
}

code,kbd,pre,samp {
    font-size: 1em
}

kbd,samp {
    font-family: monospace,monospace
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    border: 0;
    color: #40d040!important;
    text-decoration: none
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

.own_post,dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small,sub,sup {
    font-size: 75%
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    color: #949494!important;
    font-weight: 400;
    border: 1px solid #212121;
    font-size: 1rem;
    margin: 3rem auto 0;
    width: 640px;
    padding: 1rem 2rem;
    line-height: 1.333
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0;
    transform: translateY(3px)
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],hr {
    display: none
}

@font-face {
    font-family: "Love Letter";
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/lovelt-webfont.woff)format("woff")
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"),local("Roboto-Italic"),url(/fonts/OpXUqTo0UgQQhGj_SFdLWBTbgVql8nDJpwnrE27mub0.woff2)format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"),local("Roboto-Italic"),url(/fonts/vPcynSL0qHq_6dX7lKVByfesZW2xOQ-xsNqO47m55DA.woff2)format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(/fonts/t6Nd4cfPRhZP44Q5QAjcCzUj_cnvWIuuBMVgbX098Mw.woff2)format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(/fonts/t6Nd4cfPRhZP44Q5QAjcC44P5ICox8Kq3LLUNMylGO4.woff2)format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"),local("Roboto-Regular"),url(/fonts/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2)format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"),local("Roboto-Regular"),url(/fonts/CWB0XYA8bzo0kSThX0UTuA.woff2)format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(/fonts/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2)format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(/fonts/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2)format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

@font-face {
    font-family: "Roboto Mono";
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Mono Italic"),local("RobotoMono-Italic"),url(/fonts/mE0EPT_93c7f86_WQexR3OfhZE2STYI3KzBGzrJG_ik.woff2)format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Roboto Mono";
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Mono Italic"),local("RobotoMono-Italic"),url(/fonts/mE0EPT_93c7f86_WQexR3Mu2Q0OS-KeTAWjgkS85mDg.woff2)format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

@font-face {
    font-family: "Roboto Mono";
    font-style: italic;
    font-weight: 700;
    src: local("Roboto Mono Bold Italic"),local("RobotoMono-BoldItalic"),url(/fonts/1OsMuiiO6FCF2x67vzDKA4NNZfQjdGza5CVL5EXb104.woff2)format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Roboto Mono";
    font-style: italic;
    font-weight: 700;
    src: local("Roboto Mono Bold Italic"),local("RobotoMono-BoldItalic"),url(/fonts/1OsMuiiO6FCF2x67vzDKA49ObOXPY1wUIXqKtDjSdsY.woff2)format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Mono"),local("RobotoMono-Regular"),url(/fonts/hMqPNLsu_dywMa4C_DEpYzUj_cnvWIuuBMVgbX098Mw.woff2)format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Mono"),local("RobotoMono-Regular"),url(/fonts/hMqPNLsu_dywMa4C_DEpY44P5ICox8Kq3LLUNMylGO4.woff2)format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Mono Bold"),local("RobotoMono-Bold"),url(/fonts/N4duVc9C58uwPiY8_59Fzy_vZmeiCMnoWNN9rHBYaTc.woff2)format("woff2");
    unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: "Roboto Mono";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Mono Bold"),local("RobotoMono-Bold"),url(/fonts/N4duVc9C58uwPiY8_59Fz4lIZu-HDpmDIZMigmsroc4.woff2)format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"),local("Roboto-Regular"),url(/fonts/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2)format("woff2");
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(/fonts/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2)format("woff2");
    unicode-range: U+0370-03FF
}

.test {
    color: #ca9adf
}

body {
    background: #020202;
    color: #d4d4d4;
    font-family: "Roboto",arial,helvetica,sans-serif;
    font-size: 12pt;
    overflow-x: hidden;
    position: relative;
    max-height: unset
}

nav {
    display: inline
}

#pagewrap {
    margin: 0 auto
}

.chaos,.lainchan,.systemspace {
    font-size: .6rem;
    font-weight: 700;
    background: #000;
    padding: 2px 4px;
    border-radius: 3px;
    margin: 0 0 0 .5rem;
    text-transform: uppercase;
    letter-spacing: .03125em
}

.lainchan {
    color: #32dd72
}

.chaos {
    color: #ef6177
}

.systemspace {
    color: #f2ec7a
}

h1 {
    text-align: center;
    letter-spacing: -2px;
    font-size: 1.8rem
}

.fa-thumb-tack {
    margin: 0 .5rem
}

.eita-link,h2 {
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 .5rem
}

.subtitle {
    display: block;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase
}

fieldset h3 {
    margin: 0 0 .25rem;
    font-size: 1.05rem;
    color: #d4d4d4
}

fieldset p {
    font-size: .9rem;
    margin: 0 0 2rem
}

fieldset p:last-child {
    margin: 0 0 1rem
}

#overheader i,a:hover {
    transition: color ease .5s
}

a.add_image {
    font-size: 1.5rem;
    font-family: "Roboto Mono","Lucida Console","Lucida Sans Typewriter",monaco,"Bitstream Vera Sans Mono",monospace
}

.header {
    margin: 1rem 0 .25rem;
    font-size: 1.05rem;
    color: #d4d4d4;
    font-weight: 700
}

.capcode,time {
    margin: 0 .5rem 0 0
}

table,table label,th {
    font-size: .9rem
}

table {
    display: flex;
    justify-content: center;
    align-items: center
}

th {
    padding: 0 1.5rem 0 0
}

fieldset input,fieldset textarea,table input,table textarea {
    background: #111;
    color: #ddd;
    border: 0;
    padding: .5rem;
    font-size: .9rem;
    margin: 0 0 .5rem;
    font-family: "Roboto",arial,helvetica,sans-serif
}

table label {
    color: #ddd
}

table input {
    width: 320px
}

table textarea {
    width: 640px;
    height: 160px;
    line-height: 1.333
}

table input[type=checkbox],table input[type=submit] {
    display: inline;
    width: auto;
    vertical-align: middle
}

#upload>td>br.file_separator,.center br,input[value="Delete board"],input[value="Delete user"] {
    display: none!important
}

#spoiler {
    margin: 0 6px 3px 1rem
}

.center {
    width: 100px;
    overflow: hidden;
    text-align: left;
    margin: 0 0 .5rem
}

.center label {
    float: right;
    clear: none;
    width: 75px
}

.center input {
    float: left;
    clear: none;
    margin: 2px 0 0
}

#lock,#raw,td li label {
    float: left
}

#overheader img,fieldset input {
    display: inline-block
}

.hidden {
    display: none
}

#alert_handler {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #070707;
    box-shadow: 3px 3px 0#000;
    padding: 2rem
}

#overheader,#overheader span {
    align-items: center;
    justify-content: center
}

#overheader {
    background: #070707;
    border-bottom: 1px #212121 solid;
    color: #5e5e5e;
    min-width: 100%;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0 3px 3px rgba(0,0,0,.5);
    position: fixed;
    display: flex;
    height: 45px!important;
    max-height: 45px!important
}

#overheader span {
    display: inline-flex;
    padding: 0;
    margin: 0
}

#overheader img {
    margin-top: -1px;
    position: relative
}

#overheader a {
    color: #919191;
    margin: .25rem
}

#overheader a.arisuchan,#overheader a.vichan {
    font-family: "Love Letter","Roboto","Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
    font-size: 1.5rem;
    transition: color ease .5s
}

#overheader small {
    font-weight: 700;
    letter-spacing: .03125em
}

#overheader i {
    font-style: normal
}

#logo a {
    background-image: url(/banners.php);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #212121;
    display: block;
    height: 128px;
    margin: 79px auto 35px;
    min-height: 128px;
    min-width: 384px;
    text-indent: -9999px;
    width: 384px
}

.banner,.close-btn {
    font-family: "Roboto Mono","Lucida Console","Lucida Sans Typewriter",monaco,"Bitstream Vera Sans Mono",monospace
}

#overheader small,#quick-reply .handle,.banner {
    text-transform: uppercase;
    font-size: .8rem
}

.banner {
    display: block;
    padding: .5rem;
    text-align: center;
    width: 480px
}

.banner,.banner a,.mod-user small,.thread>.files {
    font-weight: 400
}

#quick-reply {
    background: #white!important;
    bottom: 2rem;
    color: #white!important;
    display: block;
    float: right;
    padding: .5rem 1rem;
    position: fixed;
    right: 2rem;
    width: 290px!important;
    height: 434px!important;
    z-index: 100;
    margin: 0
}

#quick-reply input,#quick-reply textarea {
    width: 288px!important;
    font-family: "Roboto",arial,helvetica,sans-serif
}

#quick-reply textarea#body {
    line-height: 1.333!important;
    font-size: .9rem!important
}

#quick-reply tbody,#quick-reply td,#quick-reply th,#quick-reply tr {
    display: block!important;
    width: 288px!important;
    margin: 0!important;
    padding: 0!important
}

#quick-reply table {
    width: 300px!important
}

#quick-reply .handle {
    font-weight: 700;
    letter-spacing: .03125em;
    display: flex;
    justify-content: right;
    align-items: center;
    flex-flow: row nowrap;
    padding: 0 3px 0 0;
    height: 30px;
    line-height: 30px
}

#quick-reply .unimportant {
    display: none
}

.close-btn {
    font-size: 1.5rem!important;
    float: right;
    display: block!important;
    padding: 0 1rem 2px
}

#quick-reply td.spoiler {
    display: flex!important;
    flex-flow: row nowrap;
    justify-content: left;
    align-items: center
}

#q-spoiler-image {
    width: 13px!important;
    max-width: 13px!important
}

#quick-reply label {
    margin: 0 0-2px 6px
}

.omitted,.toolong {
    font-size: .9rem;
    margin: 1rem 0 0;
    display: inline-block
}

code.block,pre.block {
    font-size: .7rem;
    white-space: -hp-pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word
}

span.block {
    display: block;
    margin: 0;
    padding: 1em;
    background: #070707;
    border: dotted 1px #212121;
    clear: none;
    max-width: inherit;
    word-wrap: normal;
    overflow: auto;
    white-space: pre-wrap
}

.hljs,td.recaptcha_image_cell {
    background: 0 0!important
}

.thread>.files {
    padding: 1rem 0;
    background: #0b0b0b;
    font-size: .8rem;
    line-height: 1.333
}

.thread.floating>.files {
    box-shadow: none
}

.thread>.files:empty {
    display: none
}

div.op {
    background: #141414c2;
    padding: 0 1rem .5rem;
    font-weight: 400
}

.op .body {
    color: #a3a3a3;
    line-height: 1.2;
    overflow-wrap: break-word;
    font-size: 1rem!important
}

.intro,.reply .files {
    font-size: .9rem
}

.intro input,.pages form,.thread input {
    display: inline
}

.reply {
    font-weight: 400;
    overflow: hidden;
    border: 1px solid #212121;
    margin: .7rem 0 0;
    background: #1d1d1d70
}

div.post.reply.highlighted {
    background: #171717
}

.reply .files {
    padding: 0 0 1rem;
    line-height: 1.333
}

.reply .intro {
    padding: .4rem 2rem .2rem 0;
    margin: 0 0 .4rem .4rem
}

.post-image {
    width: 256px
}

span.bold {
    font-weight: 700
}

em,span.italic {
    font-style: italic
}

span.underline {
    text-decoration: underline
}

span.strikethrough {
    text-decoration: line-through
}

.reply .body {
    color: #a3a3a3;
    padding: 0 .4rem .5rem;
    line-height: 1.2;
    z-index: 0;
    overflow-wrap: break-word;
    font-size: 1rem!important
}

.mentioned {
    font-size: .7rem
}

.thread a {
    color: #d4d4d4
}

.post_anchor {
    width: 0!important;
    height: 0!important;
    position: relative!important;
    display: block!important;
    margin-top: -88px!important;
    padding-bottom: 88px!important
}

.intro a {
    margin: 0 0 0 .5rem
}

.post_no {
    margin: 0!important
}

.name,.subject {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 .5rem 0 0
}

small .name {
    font-size: .9rem!important;
    font-weight: 400!important
}

#boards li,#rebuild li {
    list-style-type: none!important;
    font-size: .8rem
}

#boards input,#rebuild input {
    display: inline;
    margin: 0 .5rem 0 0!important
}

.mentioned,.reply .files .controls,.thread>.files .controls {
    margin: 0 0 0 .5rem
}

a.ip-link {
    margin: 0 .5rem
}

.file a .full-image {
    background: rgba(0,0,0,.75);
    box-sizing: border-box;
    display: flex;
    height: 100vh;
    left: 0;
    object-fit: contain;
    overflow: visible;
    padding: 23px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100
}

.op .controls {
    text-align: right;
    padding-right: .5rem;
    width: 624px
}

.reply>.controls {
    text-align: right;
    margin-top: -.25rem
}

.controls a {
    color: #777;
    font-size: .5rem;
    letter-spacing: .03125em;
    font-weight: 700
}

.unimportant {
    font-size: .7rem
}

.post-hover .body,.post-hover .files {
    float: left;
    background: 0 0!important
}

.post-hover .op .body {
    padding: 2rem 4rem 2rem 2rem
}

.post-hover .files {
    border: 0!important;
    box-shadow: none
}

.post-hover .hide-thread-link,.post-hover .omitted,.post-hover hr {
    display: none
}

.post-hover .fileinfo {
    overflow-wrap: break-word
}

.post-hover div.op {
    padding: 0;
    font-weight: 400
}

.post-hover br.clear {
    display: none;
    clear: none!important
}

#post-moderation-fields,#thread-interactions,.controls a,.pages {
    font-family: "Roboto Mono","Lucida Console","Lucida Sans Typewriter",monaco,"Bitstream Vera Sans Mono",monospace;
    text-transform: uppercase
}

#post-moderation-fields,#thread-interactions,.pages {
    color: #949494;
    font-size: .8rem;
    font-weight: 400
}

.thread-hidden {
    margin: 0 .5rem 0 0
}

#thread-interactions {
    display: flex;
    flex-flow: row nowrap
}

#post-moderation-fields input,.pages input {
    display: inline;
    background: #111;
    color: #ddd;
    border: 0;
    box-shadow: 3px 3px 0#000;
    padding: .5rem;
    font-size: .9rem;
    margin: 0 0 .5rem
}

#thread-quick-reply {
    flex-grow: 1;
    margin: 0 0 0 .5rem
}

.catlink {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #070707;
    border: 1px #212121 solid;
    color: #070707;
    box-shadow: 3px 3px 0#000;
    font-family: "Roboto",arial,helvetica,sans-serif;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .03125em
}

.catlink a {
    color: #919191;
    display: inline-block;
    padding: .75rem
}

.active-ukko .catlink {
    display: none!important
}

#post-moderation-fields {
    text-align: right
}

#delete-fields {
    margin: 0 0 .5rem
}

.active-catalog hr,.styles {
    display: none
}

footer {
    padding: 2rem;
    color: #5e5e5e
}

footer p:first-child {
    display: none
}

footer .unimportant {
    text-align: left!important;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase
}

footer p.unimportant a {
    color: #5e5e5e!important
}

footer a:hover {
    color: #61c9ef
}

#pagewrap>span,code,pre {
    font-family: "Roboto Mono","Lucida Console","Lucida Sans Typewriter",monaco,"Bitstream Vera Sans Mono",monospace;
    font-weight: 400
}

code.inline,pre.inline {
    display: inline!important;
    color: #d4d4d4
}

#pagewrap>span {
    text-transform: uppercase;
    display: none
}

#pagewrap>select,fieldset select {
    background: #111;
    color: #ddd;
    border: 0;
    box-shadow: 3px 3px 0#000;
    padding: .5rem;
    font-size: .9rem;
    margin: 0 .5rem 0 0
}

#pagewrap>select {
    display: none!important
}

fieldset select {
    display: inline
}

fieldset ul {
    margin: 0 0 1rem 2rem;
    padding: 0
}

fieldset ul li {
    list-style-type: katakana
}

#pagewrap>span,fieldset code,fieldset small {
    font-size: .8rem
}

fieldset legend {
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-left: -1rem;
    padding: 0 1rem
}

fieldset label {
    display: block;
    border: 0
}

code.small {
    font-size: .6rem;
    font-weight: 400
}

a.email,form.mod-news {
    margin: 0
}

td li {
    padding: 1rem 0;
    overflow: hidden;
    border-bottom: 1px #212121 dashed
}

td li input {
    float: right;
    margin: 3px 0 0
}

@media only screen and (max-width: 1279px) {
    #newpostwithcaptcha td,#newpostwithcaptcha th,#overheader small,#pagewrap>span,footer .unimportant {
        display:block
    }

    #Grid {
        margin: 0 auto
    }

    .grid-li {
        margin: 0 0 1rem!important
    }

    #logo a {
        height: 106px;
        min-width: 320px;
        min-height: 106px
    }

    #logo a,#pagewrap,table {
        width: 320px
    }

    #pagewrap>select {
        margin: .5rem 0
    }

    h1,h1 a {
        font-size: 1.3rem;
        letter-spacing: -1px
    }

    .subtitle {
        font-size: .5rem
    }

    table {
        flex-flow: column nowrap;
        margin: 0 auto
    }

    table textarea {
        width: 320px;
        height: 160px
    }

    th {
        padding: .5rem 0;
        text-align: left
    }

    .blotter,.post-hover,.unimportant,hr {
        display: none
    }

    .post.reply:has(.file):not(:has(.multifile)) p.intro {
        margin-left: 5px
    }

    .thread {
        width: 100%;
        margin: 0 auto
    }

    div.arisuchan,div.vichan {
        margin: 3rem 0 0
    }

    .reply {
        width: 99%!important;
        display: flex;
        flex-flow: column nowrap;
        padding: 0;
        margin: 0 0 .5rem
    }

    .reply .files {
        order: 1
    }

    .reply .intro {
        order: 2
    }

    .reply .body {
        order: 3
    }

    div.reply .body {
        width: 100%!important;
        word-wrap: break-word
    }

    div.reply .post-image {
        width: auto
    }

    .thread>span:nth-child(2) {
        margin: 1rem 0;
        width: 320px
    }

    #thread-interactions {
        display: flex;
        flex-flow: column nowrap
    }

    #thread-links {
        margin: 0 0 1rem
    }

    #delete-fields,#post-moderation-fields,#report-fields,#thread-interactions,.pages,footer {
        max-width: 320px;
        margin: 0 auto
    }

    .pages input {
        margin: .5rem 0 0
    }

    footer .unimportant {
        font-size: .5rem;
        margin: 0 0 .5rem
    }

    #thread-quick-reply,.mobile {
        display: none
    }

    .reply .files {
        margin: 0!important;
        padding: 0
    }
}

@media only screen and (min-width: 992px) and (max-width:1352px) {
    #overheader span.tablet {
        display:none
    }
}

@media only screen and (min-width: 992px) {
    #pagewrap {
        max-width:1279px
    }

    header {
        padding: 2rem 0
    }

    footer,table {
        margin: 0 auto
    }

    th {
        text-align: right
    }

    td .unimportant {
        text-transform: uppercase
    }

    table input[name=post] {
        margin: 0 0 0 1rem!important
    }

    div.op {
        width: 1100px;
        margin: 0
    }

    .reply {
        width: 100%;
        display: flex;
        flex-flow: column wrap
    }

    .reply .files {
        order: 1;
        padding-bottom: 0
    }

    .reply .intro {
        padding-top: .5rem;
        order: 2
    }

    .reply .body {
        order: 3
    }

    .thread>.files {
        width: 320px;
        margin: 0;
        padding: 0 1.5rem 1rem 1.75rem
    }

    .thread>.files>.file>.fileinfo {
        padding-bottom: .5rem;
        padding-top: 1rem
    }

    footer {
        width: 960px!important
    }

    footer .unimportant {
        margin: 0 0 1rem
    }

    .multifile {
        max-width: 256px;
        margin-right: 10px
    }

    div.thread .post.reply {
        margin: .6rem 0 0
    }

    div.thread .post.reply~.post.reply {
        margin: .7rem 0 0
    }
}

.inline-block {
    display: inline-block
}

textarea.license {
    width: 700px;
    height: 370px;
    margin: auto;
    display: block;
    background: #fff;
    color: #000
}

#quick-reply a#oekaki-link,.display-none,.homepage a#arisuchan.arisuchan.makered.desktop-only,.homepage a#arisuchan.arisuchan.makered.mobile-only,a[title=webring] img {
    display: none!important
}

pre.code-debug {
    white-space: pre-wrap;
    font-size: 10px
}

.check-requirements {
    max-width: 700px;
    margin: auto
}

.check-requirements .modlog {
    max-width: 600px
}

table.mod-user {
    width: 600px
}

.check-requirements .fa-check {
    color: #090;
    margin: 0 4px;
    font-size: 16px
}

.check-requirements .fa-exclamation {
    color: #d0;
    margin: 0 4px;
    font-size: 16px
}

.check-requirements .fa-warning {
    color: #f80;
    margin: 0 4px;
    font-size: 16px
}

.move ul {
    list-style: none;
    padding: 0
}

.no-margin,form.noticeboard {
    margin: 0
}

#bans table {
    width: 400px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 5px
}

.mod-news textarea {
    width: 100%;
    height: 100px
}

.login table {
    margin-top: 25px
}

.theme-installation-message {
    border: 1px dashed maroon;
    padding: 20px;
    margin: auto;
    max-width: 800px
}

.sql textarea {
    width: 90%;
    max-width: 600px
}

.sql input submit,.sql textarea {
    display: block;
    margin: 5px auto
}

.color-red {
    color: red
}

.float-none {
    float: none
}

.mod-themes .active-theme {
    border: 2px solid red;
    padding: 4px
}

.mod-themes ul {
    padding: 0 20px
}

.mod-user-create {
    padding: 0;
    text-align: center;
    list-style: none
}

.width-auto {
    width: auto
}

.no-underline {
    text-decoration: none
}

.mod-user-group {
    padding: 5px 8px;
    list-style: none
}

.mod-user-boards {
    padding: 0 5px;
    list-style: none
}

.tr-hr {
    height: 40px
}

.mod-themes .image-margin {
    margin: 4px
}

.text-align-left {
    text-align: left
}

.ban-form label,.inline {
    display: inline
}

.slightly-larger {
    font-size: 1.1em
}

.search-form-message {
    font-size: 8pt;
    margin: 5px
}

.margin-top {
    margin-top: 15px
}

.noticeboard textarea {
    width: 100%;
    height: 100px
}

.textarea-box {
    height: 500px;
    width: 500px
}

.slight-margin {
    margin-left: 2px
}

.minor-margin {
    margin-left: 5px
}

.ban span {
    padding: 2px
}

.ban span,.float-right {
    float: right
}

.float-left {
    float: left
}

.margin-auto {
    margin: auto
}

.text-align-center {
    text-align: center
}

.bold {
    font-weight: 700
}

.debug {
    white-space: pre-wrap;
    font-size: 10px
}

.check-requirements .modlog {
    width: 700px;
    margin: auto
}

.modlog-thin,form table.modlog {
    width: 1%;
    margin: auto
}

form table.modlog {
    white-space: nowrap
}

.restricted-width-100 {
    max-width: 100px
}

.restricted-width-200 {
    max-width: 200px
}

.restricted-width-250 {
    max-width: 250px
}

.nowrap {
    white-space: nowrap
}

.line-through {
    text-decoration: line-through
}

.modlog-board,.modlog-thread {
    width: 90px
}

.break-word {
    word-wrap: break-word
}

#recaptcha_area {
    float: none!important;
    padding: 0!important
}

#recaptcha_logo,#recaptcha_privacy,.floating.thread .files .file .fileinfo .unimportant {
    display: none
}

#recaptcha_table {
    border: 0!important
}

#recaptcha_table tr:first-child {
    height: auto
}

.recaptchatable img {
    float: none!important
}

#recaptcha_response_field {
    font-size: 10pt!important;
    border: 1px solid #a9a9a9!important;
    padding: 1px!important
}

#recaptcha_area td,#recaptcha_area th,#recaptcha_area tr,.recaptchatable {
    padding: 0!important
}

.ban-appeals table:first-child {
    margin: 5px 0
}

.ban-appeals table:nth-child(2) {
    margin: 10px 0
}

.ban-form ul {
    list-style: none;
    padding: 2px 5px
}

.ban-list table {
    width: 100%
}

.config-editor ul,.config-editor-php form ul,.mod-board {
    padding: 0;
    text-align: center;
    list-style: none
}

.mod-rebuild li:first-child {
    margin-bottom: 8px
}

.pm ul {
    list-style: none;
    text-align: center;
    padding: 0
}

.full-width {
    width: 100%
}

form.mod-rebuild {
    width: 300px;
    margin: auto
}

fieldset.search-results {
    margin-bottom: 20px
}

.pm li {
    padding: 5px 0
}

.config-editor .break-word {
    word-wrap: break-word;
    width: 50%
}

div.config-editor-php {
    max-width: 800px;
    margin: auto
}

.config-editor-php textarea {
    margin: auto;
    width: 100%;
    height: 500px
}

.config-editor-php .read-only {
    background: #eee
}

.clear-both {
    clear: both
}

@media only screen and (min-width: 901px) and (max-width:1500px) {
    .thread {
        display:flex;
        flex-flow: row wrap;
        width: 1420px;
        max-width: 100%;
        margin: 0 auto
    }

    div.thread .post.reply {
        margin: .6rem 0 0
    }

    div.thread .post.reply~.post.reply {
        margin: .7rem 0 0
    }

    .thread>.files {
        width: 320px;
        padding: 0 1.5rem 2rem 1.75rem
    }

    div.op {
        width: calc(99% - 320px);
        padding: 0 1rem 1rem
    }

    .thread>.files>.file>.fileinfo {
        padding: 1rem 1rem .5rem
    }

    .reply {
        width: 99%
    }

    .op .controls {
        width: 624px
    }
}

@media only screen and (max-width: 900px) {
    .thread {
        width:100%;
        margin: 0 auto
    }

    .thread>.files {
        margin-right: .5rem!important;
        padding: 1rem 0;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box
    }

    .post-image {
        width: 60vw;
        max-width: 400px!important
    }

    div.op {
        margin: 0 .5rem .5rem 0!important;
        padding-bottom: 1rem
    }

    .thread>.files,div.op,div.op .body {
        width: 100%!important
    }

    body {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

#overheader a.arisuchan,#overheader a:hover,#overheader i,#overheader i:hover,.name,h1 a {
    color: #be132d
}

.thread>.files {
    border-left: .5rem solid #be132d
}

.thread {
    flex-flow: row wrap;
    margin: auto auto 10px!important
}

.banner {
    margin: auto!important
}

.testtt {
    color: #be132d!important
}

.capcode,.catlink a:hover,.hover-green a:hover,.quote,.thread a:hover {
    color: red
}

.thread a {
    text-decoration: none!important
}

@media only screen and (max-width: 900px) {
    div.op {
        border-left:.5rem solid #be132d
    }
}

.floating.thread>div.op {
    background: #141414
}

.active-thread .thread .intro .hide-thread-link,.hide-reply-link {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    height: 2rem;
    font-size: 10px
}

.active-index .thread .intro .hide-thread-link,.active-ukko .thread .intro .hide-thread-link {
    float: right;
    z-index: 1;
    font-size: .9rem;
    padding-left: 1px!important
}

.post:not(.post-hover) {
    position: relative!important
}

.post:has(>.mentioned.backlink) {
    padding-bottom: 1.2rem
}

.post.op:has(>.mentioned.backlink) {
    padding-bottom: 1.8rem
}

.post:not(:has(>.mentioned.backlink)):has(.file):not(:has(.multifile)):not(.post-hover)>.body {
    padding-bottom: 0
}

@media only screen and (max-width: 1279px) {
    .post:not(:has(>.mentioned.backlink)):has(.file):not(:has(.multifile)):not(.post-hover)>.body {
        padding-bottom:.5rem
    }
}

.mentioned.backlink {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px 0;
    text-align: left;
    z-index: 1;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 0;
    vertical-align: middle
}

.mentioned.backlink sub {
    color: #9a9a9a!important;
    font-size: 10px;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: 0
}

.mentioned.backlink a {
    display: inline-block;
    font-size: 12px;
    margin-right: 6px;
    vertical-align: middle
}

.mentioned.backlink a:last-child {
    margin-right: 0
}

.mentioned.backlink::before {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px
}

#webringwindow table,#webringwindow td,#webringwindow th {
    width: auto!important;
    flex-flow: initial!important;
    display: table-cell!important;
    text-align: initial!important;
    padding: initial!important
}

#webringwindow .webringlist {
    overflow-x: auto!important
}

header {
    transform: translateY(30px);
    transform: translate(0,0)!important;
    margin: 1em 0 0;
    padding-bottom: 0
}

.active-index header,.active-publiclogs header,.active-thread header {
    transform: none
}

table.modlog {
    padding-left: 1rem;
    padding-right: 1rem;
    background: #00000000;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%!important;
    box-sizing: border-box
}

table.modlog>tbody {
    display: table;
    width: 100%
}

.redtext {
    color: #f47a7a
}

.floating {
    display: flex
}

.floating .post.op {
    flex: 1;
    min-width: 0;
    box-shadow: none
}

.floating .files,.floating .post.op {
    margin-bottom: 0!important
}

.floating .body {
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

div.post.op.post-hover.highlighted {
    border: 1px solid red;
    padding: 0 1rem 1rem!important
}

@media (min-width: 650px) {
    .post.reply:has(.file):not(:has(.multifile)) {
        display:grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas: "files intro""files body""files backlink";
        gap: .5rem
    }

    .post.reply:has(.file):not(:has(.multifile)) p.intro {
        padding-left: 8px
    }

    .post.reply:has(.file):not(:has(.multifile))>.files {
        grid-area: files;
        max-width: 250px
    }

    .post.reply:has(.file):not(:has(.multifile))>p.intro {
        grid-area: intro
    }

    .post.reply:has(.file):not(:has(.multifile))>.body {
        grid-area: body;
        margin-left: 7px;
        max-width: 97%;
        box-sizing: border-box;
        min-width: 0
    }

    .post.reply:has(.file):not(:has(.multifile))>.mentioned.backlink {
        grid-area: backlink;
        margin-left: 8px;
        margin-bottom: -10px;
        padding: 0;
        transform: translateY(-6px)
    }

    .post.reply:has(.file):not(:has(.multifile)):has(iframe,.youtube-placeholder)>.mentioned.backlink {
        transform: translateY(-13px)
    }

    .post.reply:has(.file):not(:has(.multifile)):has(iframe,.youtube-placeholder) {
        padding-bottom: 0!important
    }

    .post.reply:has(.file):not(:has(.multifile)).post,.post.reply:has(.file):not(:has(.multifile)).post:has(>.mentioned.backlink) {
        padding-bottom: .4rem
    }

    .post-hover.post.reply:has(.file):not(:has(.multifile))>.files .fileinfo {
        max-width: 250px
    }

    .post-hover.reply:has(.file):not(:has(.multifile))>.body {
        width: 100%;
    }
}

@media (max-width: 649px) {
    div.post.reply {
        padding-left:0
    }

    div.post.reply>.intro {
        padding-left: .2rem
    }

    div.post.reply>.body {
        padding-left: .5rem
    }

    div.post.reply:has(.file):has(iframe) .files {
        padding-left: 0
    }

    div.post.reply:has(:not(iframe)) .files {
        padding-left: 3px
    }
}

.controls {
    margin-right: 0!important;
    bottom: 0
}

.fileinfo .controls {
    position: relative
}

.controls,.op.controls {
    position: absolute;
    left: 0;
    right: 0;
    padding: 3px 0;
    text-align: left;
    z-index: 2;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 0;
    vertical-align: middle
}

.op.controls {
    bottom: -.5rem
}

.active-search .post {
    margin: auto!important
}

button.formopen-center,div.pages-center {
    display: flex;
    justify-content: center;
    margin: auto
}

div.pages-center {
    margin: 8px 0 4px
}

.active-catalog .toolong {
    display: none
}

.breathing {
    display: inline-block;
    color: #727272;
    opacity: 0;
    animation: breathe 1s ease-in-out infinite
}

.spoiler {
    background-image: url(/static/spoilertext.png);
    background-repeat: repeat-x;
    background-position-y: bottom
}

.spoiler:hover {
    background-image: none
}

span.spoiler {
    color: #00000000
}

form[name=postcontrols] {
    margin-left: 1vw
}

@media only screen and (max-width: 630px) {
    .post.op,.thread>.files {
        margin-right:4px!important;
        width: 110%
    }
}

th .formatting-hint {
    display: block;
    font-size: .73em;
    color: #777;
    margin-top: 3px;
    text-decoration: none;
    font-weight: 400
}

th .formatting-hint:focus,th .formatting-hint:hover {
    color: #06c;
    text-decoration: underline
}

span.heading {
    font-size: 20pt;
    font-weight: 700
}

@media only screen and (max-width: 991px) {
    .active-ukko>header {
        transform:translateY(-.01rem);
        padding-bottom: 2.11rem
    }
}

.unhide-thread-link {
    float: right!important;
    height: 2rem;
    font-size: .9rem;
    padding: 0 20px
}

.unhide-reply-link {
    float: right;
    margin-right: 5px;
    margin-left: 0
}

.active-ukko .new-threads {
    height: 0
}

.active-index .new-threads {
    transform: translateY(-4rem);
    height: 0
}

.active-index .pages-center {
    padding-bottom: 4.11rem
}

.youtube-placeholder img.post-image,.youtube-thumb img.post-image {
    display: block;
    width: 100%!important;
    height: auto!important;
    object-fit: cover
}

.youtube-placeholder,.youtube-thumb {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 0
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 68px;
    height: 48px;
    background: url(/static/youtube.png)no-repeat center/contain;
    opacity: .92;
    pointer-events: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.youtube-placeholder:hover .play-icon,.youtube-thumb:hover .play-icon {
    opacity: 1
}

.post.reply.post-hover.highlighted>.intro {
    padding: .5rem .5rem 0!important;
    margin: 0
}

.post.reply.post-hover.highlighted>.files {
    padding: 0 .5rem .5rem;
    margin: 0;
    overflow: hidden
}

.post.reply.post-hover.highlighted>.body {
    padding: 0 .5rem .4rem;
    margin: 0
}

.post.reply.post-hover.highlighted {
    padding-left: 0
}

iframe {
    clip-path: polygon(0 0,100%0,100% 100%,0 100%)
}


body.active-index form[name=postcontrols] {
    position: relative;
    top: -22px;
}

body.active-index .pages {
    position: relative;
    top: -62px
}

body.active-index #post-moderation-fields {
    position: relative;
    top: -42px
}

body.active-index footer {
    margin-top: -62px
}

footer.forcefooter {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

form[id=quick-reply] table {
    background-color: #3a4042!important;
    padding-bottom: 15px
}

@media only screen and (min-width: 1200px) {
    body:not(.homepage)::before {
        content:"";
        position: fixed;
        top: 0;
        right: 0;
        width: 28%;
        height: 100%;
        background-image: url(/arisubg2.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 28%;
        background-attachment: fixed;
        filter: brightness(.1);
        z-index: -1;
        pointer-events: none
    }
}

@media (min-width: 651px) {
    #quick-reply:not(:has(.captcheck_box)) .captcheck_container {
        height:14px!important;
        margin-top: 14px!important;
        margin-bottom: 14px!important;
        padding-left: auto!important;
        padding-right: auto!important;
        width: 100%
    }

    #quick-reply:not(:has(.captcheck_box)) .captcheck_container:before {
        content: "Click comment box ⬆ to load captcha.";
        font-size: 14px!important;
        color: #fff
    }

    #quick-reply:not(:has(.captcheck_box)) .submit input {
        background-color: gray!important;
        color: #666!important;
        pointer-events: none!important;
        cursor: not-allowed!important;
        opacity: .7!important
    }
}

#newpostwithcaptcha:not(:has(.captcheck_box)) .captcheck_container {
    height: 14px!important;
    margin-bottom: 14px!important;
    padding-left: auto!important;
    padding-right: auto!important;
    width: 100%
}

#newpostwithcaptcha:not(:has(.captcheck_box)) .captcheck_container:before {
    content: "Tap/Click comment box ⬆ to load captcha.";
    font-size: 14px!important;
    color: #fff
}

#newpostwithcaptcha:not(:has(.captcheck_box)) input[name=post] {
    background-color: gray!important;
    color: #666!important;
    pointer-events: none!important;
    cursor: not-allowed!important;
    opacity: .7!important
}

.desktop-only img,.mentioned sub,.post-hover .mentioned.backlink,.post-hover .unimportant,h2.thread {
    display: none
}

span.trip {
    color: #bc62dc
}

.post.op,.thread>.files {
    background: #2a2a2a;
    color: #d0d0d0;
    width: 20vw
}

.chanlist,form[name=postcontrols] {
    background: #2a2a2a;
    width: 100%!important;
    border-bottom-style: solid!important;
    border-bottom-color: #555!important;
    border-bottom-width: 1px!important;
    padding-bottom: 20px;
    margin-left: 0!important
}

body {
    background: url(/static/nocompress/tcc2shaderandy.png)center top #202020!important;
    overflow-y: hidden
}

body.homepage {
    background: #1a1a1a!important;
    padding-top: 50px!important
}

.catalog-container,.chanlist,footer,form[name=postcontrols] {
    border-top-style: solid!important;
    border-top-color: #555!important;
    border-top-width: 1px!important
}

.catalog-container {
    padding-top: 4vw!important;
    padding-bottom: 4vw!important;
    background: #262626!important;
    border-bottom-style: solid!important;
    border-bottom-color: #555!important;
    border-bottom-width: 1px!important
}

.new-threads {
    background: #404040
}

div.op {
    box-shadow: none!important;
    width: 70%!important
}

@media only screen and (min-width: 1279px) {
    div.op {
        border-left:none;
        width: calc(80vw - 1rem - 300px)!important;
        padding-left: .5rem!important
    }

    .post.op,.thread>.body {
        width: 78vw!important
    }

    .reply:not(.post-hover) {
        width: 90vw!important;
        max-width: 1500px!important;
        margin-left: auto!important;
        margin-right: auto!important
    }

    .reply .files {
        margin-left: 0!important
    }
}

@media only screen and (min-width: 901px) and (max-width:1279px) {
    div.op {
        border-left:none;
        width: calc(90vw - 1rem - 300px)!important;
        padding-left: .5rem!important
    }

    .post.op,.thread>.body {
        width: 69vw!important
    }

    .reply:not(.post-hover) {
        width: 90vw!important;
        margin-left: auto!important;
        margin-right: auto!important
    }

    .reply .files {
        margin-left: 0!important;
        width: 100%!important
    }

    .thread .files {
        width: 250px
    }
}

@media only screen and (max-width: 900px) {
    div.op {
        border-left:none;
        width: 100%!important;
        padding-left: 1rem!important
    }

    .reply:not(.post-hover) {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .reply .files {
        margin-left: 0!important
    }
}

@media only screen and (max-width: 650px) {
    div.op {
        border-left:none;
        width: 100%!important
    }

    .reply:not(.post-hover) {
        margin-right: auto!important;
        margin-left: auto!important;
        margin-bottom: .4rem!important;
        margin-top: 0!important
    }

    .reply .files {
        margin-left: 0!important
    }

    .post.reply.post-hover.highlighted:has(>.mentioned.backlink):has(.file):not(:has(.multifile))>.body {
        margin-bottom: .5rem!important
    }
}

.thread>.files {
    border: 0;
    box-shadow: none!important
}

.mentioned.backlink a,[class^=mentioned-] {
    background: #393939;
    color: #40d040!important
}

a:hover {
    color: #fff!important
}

hr {
    border-bottom: 1px solid #505050;
    color: #505050
}

#logo {
    color: #a0a0a0
}

#content,#footer {
    background: #2a2a2a
}

.reply p.intro {
    color: #aaa;
    background: #3a3a3c;
    padding-top: 3px!important;
    padding-bottom: 3px!important
}

.section-title,h1 {
    color: #aaa!important;
    font-family: helvetica,arial,sans-serif!important
}

.recent-section {
    background: #000!important;
    padding: 10px!important
}

.recent-section a {
    color: #a5a5a5!important
}

.recent-section a:hover {
    color: #e8e8e8!important;
    text-decoration: underline
}

.about-section {
    background: #404040!important;
    border-top-color: rgb(0 0 0)!important;
    border-bottom-color: #555!important;
    border-left-color: rgb(0 0 0)!important;
    border-right-color: rgb(0 0 0)!important;
    border-style: solid!important;
    border-bottom-color: rgb(0 0 0)!important;
    border-width: 10px!important;
    margin-bottom: 10px!important;
    border-radius: 8px;
    transform: scaleX(1.02)
}

.homepage .about-section::before {
    content: "Welcome";
    color: #7dac4a;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 20px;
    float: left!important;
    padding-top: .4rem;
    padding-left: 1rem
}

.homepage .about-section p {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 10px;
    float: left!important;
    align: left!important;
    justify-content: left!important;
    text-align: left!important
}

.homepage .about-section .board-links {
    word-spacing: 2rem;
    width: 100%;
    background: #333
}

.board-links a {
    color: #7dac4a!important
}

@media (max-width: 1024px) {
    .sections-wrapper .section-title {
        transform:translateY(-10px) scaleX(1.03)!important
    }
}

.homepage .sections-wrapper {
    margin-left: auto;
    margin-right: auto;
    column-gap: 1rem
}

.sections-wrapper .section-title {
    background: #303030;
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    transform: translateY(-10px) scaleX(1.05);
    text-align: left;
    padding-left: 10px
}

.pagelist {
    border-top: 1px solid #505050
}

input {
    background: #fff;
    border: 1px solid #404040
}

input,textarea {
    background: #0f0f1a!important;
    color: #eee
}

#upload_file {
    background: #2a2a2a!important;
    box-shadow: none
}

footer {
    background-color: #202020;
    width: 100vw!important;
    max-width: 100vw!important;
    margin: 0!important
}

.filetitle {
    color: #d0cc40;
    font-family: helvetica,arial,sans-serif;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #000
}

.omittedposts {
    color: #808090
}

.reply:not(.post-hover) {
    background: #404040;
    color: #d0d0d0
}

.nothumb {
    background: #eee;
    border: 2px dashed #aaa
}

.highlight {
    background: #505060;
    border: 2px dashed #5060d0;
    color: #d0d0d0
}

.postername {
    color: #40aa80
}

.postertrip,.postertrip a {
    color: #1d855a
}

.replytitle {
    color: #d0cc05
}

button {
    color: #393949
}

input.label,textarea.label {
    color: gray
}

.commentpostername,.intro a.email span.name {
    color: #40aa80
}

.thumbnailmsg {
    color: #d0d0d0
}

.abbrev {
    color: #707070
}

.bigtitle,.subtitle {
    transform: translate(4px,-85px)!important
}

.active-ukko .bigtitle,.bigtitle,.subtitle {
    text-align: left!important;
    color: #bcbcbc!important;
    margin-left: 5rem;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

header:before {
    content: url(/static/420b.png);
    padding-left: 10px
}

.w3-top .w3-center {
    background-image: url(/static/nocompress/randynavbg2.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 35px;
    text-align: left!important;
    padding-top: 6px
}

div.w3-top.w3-bar.w3-black.w3-row.w3-border-bottom {
    border-bottom: none!important
}

.homepage .w3-top::before {
    width: 100%;
    padding-top: 10px;
    padding-left: 8vw;
    content: url(/static/nocompress/420xyz3.png);
    background: url(/static/nocompress/420homeheader.png)
}

.homepage .arisuchan::after {
    background: 0 0;
    display: none
}

.homepage div.boardlist.mobile-only.w3-center {
    padding-left: 10vw
}

.homepage div.desktop-only {
    padding-left: 8vw
}

.w3-top a {
    color: #000!important;
    font-weight: 700!important;
    font-family: Arial,Helvetica,sans-serif!important
}

.w3-top a:hover {
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,.2)
}

.desktop-only,.w3-top span {
    font-family: "no-brackets"
}

.w3-input {
    background: #eee!important;
    color: #000
}

a[title=webring]:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23000000' d='M419.5 96c-16.6 0-32.7 4.5-46.8 12.7-15.8-16-34.2-29.4-54.5-39.5 28.2-24 64.1-37.2 101.3-37.2 86.4 0 156.5 70 156.5 156.5 0 41.5-16.5 81.3-45.8 110.6l-71.1 71.1c-29.3 29.3-69.1 45.8-110.6 45.8-86.4 0-156.5-70-156.5-156.5 0-1.5 0-3 .1-4.5 .5-17.7 15.2-31.6 32.9-31.1s31.6 15.2 31.1 32.9c0 .9 0 1.8 0 2.6 0 51.1 41.4 92.5 92.5 92.5 24.5 0 48-9.7 65.4-27.1l71.1-71.1c17.3-17.3 27.1-40.9 27.1-65.4 0-51.1-41.4-92.5-92.5-92.5zM275.2 173.3c-1.9-.8-3.8-1.9-5.5-3.1-12.6-6.5-27-10.2-42.1-10.2-24.5 0-48 9.7-65.4 27.1L91.1 258.2c-17.3 17.3-27.1 40.9-27.1 65.4 0 51.1 41.4 92.5 92.5 92.5 16.5 0 32.6-4.4 46.7-12.6 15.8 16 34.2 29.4 54.6 39.5-28.2 23.9-64 37.2-101.3 37.2-86.4 0-156.5-70-156.5-156.5 0-41.5 16.5-81.3 45.8-110.6l71.1-71.1c29.3-29.3 69.1-45.8 110.6-45.8 86.6 0 156.5 70.6 156.5 156.9 0 1.3 0 2.6 0 3.9-.4 17.7-15.1 31.6-32.8 31.2s-31.6-15.1-31.2-32.8c0-.8 0-1.5 0-2.3 0-33.7-18-63.3-44.8-79.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "       ";
    float: right;
    height: 15px;
    margin-top: 5px!important
}

a.arisuchan {
    position: relative;
    display: inline-block;
    color: transparent!important;
    user-select: none;
    text-decoration: none;
    overflow: hidden
}

a.arisuchan:hover {
    text-shadow: none!important
}

.arisuchan::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/static/nocompress/420xyz3.png)no-repeat center/contain
}

#arisuchan.mobile-only {
    padding-left: 60px!important
}

div.mobile-only {
    background: 0 0!important
}

.intro span.name {
    color: #63c49e
}

.intro span.subject {
    color: #d0cc05!important
}

.post.reply:has(.file):not(:has(.multifile))>.files {
    background-color: #404040;
    grid-area: files;
    flex-direction: row!important;
    padding-left: 0!important
}

@media only screen and (max-width: 650px) {
    .post.reply:has(.file):not(:has(.multifile))>.files {
        background-color:#3a3a3c
    }

    .reply {
        margin-right: 2rem!important
    }
}

.post.reply:has(.file):not(:has(.multifile))>.files .fileinfo {
    background-color: #3a3a3c;
    height: 1.9rem;
    line-height: 2!important;
    margin-top: 0!important;
    padding-bottom: 2px!important;
    width: 110%!important
}

.post-hover.post.reply:has(.file):not(:has(.multifile))>.files .fileinfo {
    background-color: #404040!important;
    max-width: 250px
}

.post-hover.reply:has(.file):not(:has(.multifile))>.body {
    width: calc(100% - 250px)!important
}

div.files {
    background-color: #3a3a3c
}

.op .intro,.thread {
    display: flex
}

.op .delete {
    transform: translate(-3px,-6px)
}

a.w3-right,a.w3-right:hover {
    cursor: pointer;
    display: inline-block;
    margin: 1px;
    outline: 0;
    position: relative;
    text-align: center;
    text-decoration: none!important;
    font-weight: 700;
    color: #ddd!important;
    font-size: 1.05em;
    padding: 5px;
    border-radius: 2px;
    text-shadow: -1px 0 1px rgba(0,0,0,.2);
    margin-left: .5rem
}

a.w3-right {
    line-height: 1.15!important;
    font-family: "no-brackets",sans-serif!important;
    background: #454545;
    border: 1px solid #2a2a2a;
    box-shadow: inset 0 1px 0#5a5a5a;
    float: none!important;
    order: 10!important;
    white-space: nowrap!important;
    height: 30px
}

@font-face {
    font-family: no-brackets;
    src: url(data:application/x-font-woff;base64,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);
    unicode-range: U+005B,U+005D;
    unicode-range: U+005B,U+005D
}

a.w3-right:hover {
    line-height: 1.15;
    background: #76b900;
    border: 1px solid #469900;
    box-shadow: #96d940 0 1px 0 0 inset
}

a.w3-right::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 32C114.6 32 0 125.1 0 240c0 49.6 21.4 95 57 130.7C44.5 421.1 2.7 466 2.2 466.5c-2.2 2.3-2.8 5.7-1.5 8.7S4.8 480 8 480c66.3 0 116-31.8 140.6-51.4 32.7 12.3 69 19.4 107.4 19.4 141.4 0 256-93.1 256-208S397.4 32 256 32zM128 272c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z' fill='white'/%3E%3C/svg%3E");
    font-family: "Font Awesome 5 Free"!important;
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle;
    margin-right: .2em
}

.thread {
    flex-direction: row;
    color: #949494;
    width: 100%;
    border-top-style: solid!important;
    border-top-color: #555!important;
    border-top-width: 1px!important
}

.thread .reply {
    gap: auto 0!important;
    height: 100%!important
}

.thread.files {
    flex: 0 0 auto!important
}

.thread.op {
    flex: 1;
    min-width: 0;
    width: 100vw!important
}

.reply .intro,.thread>.hide-thread-link {
    width: 100%!important
}

.active-thread a.hide-thread-link {
    display: none!important
}

a.hide-thread-link {
    position: absolute!important;
    float: right!important;
    display: inline-block!important;
    overflow: hidden;
    color: transparent!important;
    user-select: none;
    padding-left: 500px!important;
    right: 0!important;
    transform: translateY(-25px)
}

@media only screen and (min-width: 900px) {
    a.hide-thread-link {
        transform:translateY(0)
    }

    .floating.thread .files {
        border-left-style: solid!important;
        border-left-color: #7cac4a!important;
        border-left-width: 10px!important
    }
}

.hide-thread-link::before {
    content: "Hide Thread";
    color: #40d040!important;
    float: right
}

div.post.reply.highlighted {
    background: #404040;
    border: 1px solid #c8c8c8
}

.intro a.post_no {
    color: #aaa!important
}

.intro a.post_no:hover {
    color: rgb(255 255 255)!important
}

div.post {
    padding-left: 0
}

.delete {
    margin-top: 1px!important
}

.intro {
    padding-left: 10px!important
}

.reply:not(:has(.file))>.intro {
    margin-left: 0!important
}

@media only screen and (max-width: 649px) {
    .reply:has(.file)>.intro {
        margin-left:0!important
    }
}

a.hide-reply-link {
    display: inline-block;
    overflow: hidden;
    color: transparent!important;
    user-select: none
}

.hide-reply-link::after {
    content: "Hide";
    color: #40d040!important
}

.banner {
    background: #606060!important;
    border: 1px solid gray;
    color: silver;
    transform: translateY(-70px)
}

.w3-indigo,.w3-indigo:hover {
    line-height: 1.15!important;
    outline: 0!important;
    text-align: center!important;
    text-decoration: none!important;
    font-weight: 700!important;
    color: #ddd!important;
    font-size: 1.05em!important;
    padding: 5px!important;
    border-radius: 2px!important;
    text-shadow: -1px 0 1px rgba(0,0,0,.2)!important
}

.w3-indigo {
    background: #454545!important;
    border: 1px solid #2a2a2a!important;
    box-shadow: inset 0 1px 0#5a5a5a!important
}

.w3-indigo:hover {
    background: #76b900!important;
    border: 1px solid #469900!important;
    box-shadow: #96d940 0 1px 0 0 inset!important;
    margin-top: 0!important;
    margin-bottom: 0!important
}

.pages {
    background: 0 0!important;
    border: 0!important
}

@media only screen and (max-width: 900px) {
    body {
        margin-left:0;
        margin-right: 0
    }

    .post-hover.reply:has(.file):not(:has(.multifile))>.body {
        width: 100%!important
    }
}

#newpostwithcaptcha table {
    width: fit-content;
    border-style: solid!important;
    border-color: #555!important;
    border-width: 1px!important;
    padding: 1vw
}

.active-thread #newpostwithcaptcha {
    transform: translateY(-50px)
}

span.quote,span.redtext {
    color: #d0cc05!important;
    font-weight: 700!important
}

span.redtext {
    color: #d06705!important
}

#newpostwithcaptcha table,.modlog,fieldset {
    background-color: #262626!important
}

.logpages span {
    color: #fff!important
}

body.is-moderator.active-page {
    background: #1a1a1a!important
}

.floating:has(.op) {
    border: 1px solid #c8c8c8!important;
    padding: 0!important;
    margin-left: 0!important;
    width: 100%!important
}

.floating:has(.op) .post {
    margin-right: 0!important
}

.floating:has(.op) .files {
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 1rem
}

.floating:has(.op) .post-image {
    width: auto!important;
    height: auto!important
}

img.post-image:not(:has(.floating)) {
    padding-left: .4rem
}

.post.reply.post-hover.highlighted:has(.file):not(:has(.multifile))>.files {
    padding: 0 .5rem;
    margin: 0;
    overflow: hidden;
    max-width: 250px!important;
    width: auto!important
}

.post.reply.post-hover.highlighted .mentioned.backlink {
    display: none
}

.post.reply.post-hover.highlighted:has(>.mentioned.backlink) {
    padding-bottom: 0
}

.post.reply.post-hover.highlighted:has(>.mentioned.backlink):has(.file):not(:has(.multifile))>.body {
    padding-bottom: 0!important
}

.post-hover:not(.multifile) .intro {
    padding-top: 5px!important;
    padding-left: 10px!important
}

.post-hover:not(.multifile) .fileinfo {
    padding-left: 10px!important
}

.post.reply:has(.file):not(:has(.multifile))>.files {
    margin-bottom: 0!important
}

.post.reply:has(.file):not(:has(.multifile)) span.unimportant {
    display: none!important
}

.post.op .intro {
    transform: translateX(-8px)!important
}

@media only screen and (min-width: 650px) {
    .post.reply:not(:has(.file))>.body {
        padding-left:1rem
    }

    .post.reply:has(.multifile)>.body {
        padding-left: 1rem
    }

    .post.reply:has(.file):not(:has(.multifile)) iframe {
        margin-left: 5px!important
    }
}

body.active-ukko form[name=postcontrols] {
    position: relative;
    top: 39px;
}

.active-ukko>header {
    transform: translateY(-.01rem);
    padding-bottom: 2.13rem
}

.active-ukko .pages-center {
    margin-top:-1px;
    margin-bottom:1px;
}

.active-ukko .pages-center form button {
    padding-top: 4px!important
}

.floating.thread .fileinfo {
    display: none!important
}

.floating.thread .files {
    padding: .5rem!important
}

body:not(.homepage)::before {
    background-image: none
}

.floating.thread>div.op {
    background: #2a2a2a
}

.pages-center button {
    line-height: 15px
}

@supports (-moz-appearance: none) {
    .active-index .pages-center {
        transform:translateY(-1px)
    }
}

.active-ukko .new-threads {
    transform: translateY(1px)
}

@media (max-width: 651px) {
    #quick-reply {
        margin-top:-7px!important
    }

    #quick-reply a.close-btn {
        color: #fff!important
    }

    #quick-reply .submit input {
        height: 30px!important
    }
}

.board_image {
    z-index: 10
}

body.active-catalog .board_image,body.active-ukko .board_image {
    display: inline;
    border: 1px solid gray;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%)
}

body.active-catalog header h1 {
    transform: translateY(-80px)!important
}

body.active-thread .board_image {
    display: none
}

body.active-index .board_image {
    display: inline;
    border: 1px solid gray;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (min-width: 992px) {
    header {
        padding-top:0
    }
}

#new-thread-btn,#post-form-container {
    margin-top:20px;
    margin-bottom:-20px;
}
#new-thread-btn:hover {
    transform:translateY(20px);
}

.tiles.grid-li {
	background-color: #181818;
}

body.active-index #post-moderation-fields {
    padding-top:40px!important;
}

body.active-index div.pages.w3-round {
    margin-top:40px!important;
}


body.active-ukko div#fdb-counter {
    transform:translateY(-10px);
}
body.active-catalog div#fdb-counter {
    transform:translateY(69px);
}
body.active-index div#fdb-counter {
    transform:translateY(22px);
}
