@charset "UTF-8";
/* Role signature for moderators */
/* Posting form */
/* Post */
/* Static pages */
/* Brackets around Reply and other elements */
/* Parantheses around Auto and other elements */
/* Upload cell */
/* Christmas */
@media only screen and (max-width: 479px) {
  .unhideButton,
  .embedButton,
  .checkedFavouriteButton:before,
  .extraMenuButton,
  .hideButton {
    float: left;
  }
  body {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .navLinkSpan {
    width: 100% !important;
    font-size: 12pt !important;
  }
  .notFoundImg {
    height: 225px;
  }
}
@media (min-width: 768px) {
  #topNav {
    position: absolute;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  .notFoundImg {
    height: 450px;
  }
}
.topBoards a,
.innerPost,
.markedPost,
.floatingMenu {
  background: #AAAACC;
}

#quick-reply table,
.modalDecorationPanel {
  background: #eeeeee;
}

.floatingMenu .header, .floatingMenu .headerLabel {
  cursor: pointer;
}

.markedPost,
div.postCell:target .innerPost {
  outline: 2px dashed #444488;
}

.logoImg {
  min-width: 1px;
}

#logoBox {
  text-align: center;
}

.captchaImage {
  width: 300px;
  height: 100px;
  background-color: #313370;
  cursor: pointer;
  color: white;
}

.small {
  font-size: 75%;
  text-decoration: none;
}

.clearer {
  clear: both;
}

#panelReferences a {
  display: block;
}

.imgLink img,
.latestImageCell img,
.mediaCell img,
.catalogCell img {
  image-orientation: from-image;
}

.linkList a {
  display: table;
}

#themeSelector {
  font-size: 100%;
}

.unhideButton,
.embedButton,
.checkedFavouriteButton:before,
.extraMenuButton,
.hideButton {
  cursor: pointer;
  white-space: nowrap;
}

a,
.reportdeletebuttons {
  color: #222299;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}

u {
  text-decoration: underline;
}

s {
  text-decoration: line-through;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.fileBrowser {
  background: none;
}

/* import resources here; external CSS, fonts, etc */
@font-face {
  font-family: "Icons";
  src: url("../open-iconic.eot");
  src: url("../open-iconic.eot?#iconic-sm") format("embedded-opentype"), url("../open-iconic.woff") format("woff"), url("../open-iconic.ttf") format("truetype"), url("../open-iconic.otf") format("opentype"), url("../open-iconic.svg#iconic-sm") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* body styles, inherited by whole page */
body {
  background: #eeeeee;
  font-family: sans-serif;
  font-size: 10pt;
  overflow-x: hidden;
}

/* header and nav / top of page styles */
header {
  text-align: center;
  margin-top: 40px;
}

.errorDiv {
  text-align: center;
}

nav {
  clear: both;
  overflow-wrap: break-word;
}

#topNav {
  top: 0px;
  left: 0px;
  right: 0px;
  margin-top: 0;
  z-index: 30;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

#bottomNav {
  margin-top: 2.5em;
  height: 18px;
}

#navLinkSpan,
#navLinkSpan2 {
  float: left;
}

#navOptionsSpan,
#navOptionsSpanCatalog,
#navOptionsSpanThread,
#navOptionsSpanHome {
  float: right;
  padding-top: 2px;
}

/* board list */
.divPages {
  border-style: outset;
  border-width: 1px;
  padding: 3px;
}

#divPages {
  display: inline-block;
  border-style: inset;
  border-width: 1px;
}

span#divPages a {
  padding: 0 0.25em;
  display: inline-block;
}

span#divPages span {
  padding: 0 0.25em;
  display: inline-block;
}

/* markdown */
.greenText {
  color: #007777;
}

.orangeText {
  color: #E04000;
}

.quote {
  color: #007777;
}

.redText {
  color: #AF0A0F;
  font-weight: bold;
  font-size: 125%;
}

span.spoiler {
  background: #000;
  color: #000;
}

.spoiler:hover {
  color: #FFF;
}

/* CSS for pages that deal with site and account settings and bans */
#settingsWrapper {
  margin: 2em auto;
}

#settingsWrapper input {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.banners {
  margin: 1em;
  width: auto;
  padding: 0.5em;
}

.settingsFieldset textarea {
  display: block;
  height: 5em;
}

.settingsFieldset label {
  display: block;
}

.settingsFieldset label input {
  display: inline-block;
}

#settingsWrapper .captchaDiv input {
  display: inline-block;
}

.subCaptchaDiv {
  text-align: left;
}

.captchaTimer {
  background: #eeeeee;
  border: 1px solid #000;
}

#labelCaptchaId {
  color: #ff0000;
}

#staticPageWrapper {
  margin: 2em auto;
  text-align: center;
}

.innerPost, .markedPost {
  display: inline-block;
  padding-right: 0.25em;
  margin-left: 2.15em;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.innerOP {
  position: relative;
}

.threadPages {
  float: left;
}

.reportdelete {
  display: none;
}

.reportdeletebuttons {
  float: right;
}

input#togglereport:checked ~ .reportdelete {
  display: block;
}

/* this has to go down here to override anything above it */
.hidden {
  display: none;
}

.hiddenForce {
  display: none !important;
}

.hiddenVisibility {
  visibility: hidden;
}

#settingsWrapper input.hidden {
  display: none;
}

#divRemember input {
  display: inline;
}

h2 a:link {
  color: #aeaeff;
}

h2 a:visited {
  color: #ffaeae;
}

h2 {
  margin: 0px;
  color: #ffffff;
  background: #313370;
  font-weight: bold;
}

h2, #footer {
  padding-left: 2px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 100%;
}

h3 {
  color: #ffffff;
  text-align: center;
  background: #313370;
}

.innerPost .hideButton,
.mainPanel ~ .hideButton,
.markedPost .hideButton {
  display: none;
}

.kCard .kHeading,
#indexWrapper h2,
#subpageWrapper h2,
#redirect h2 {
  padding: 0px 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}

.kCard .kBody,
#indexWrapper #indexLeft > div,
#indexWrapper #indexRight > div,
#subpageWrapper > div,
#redirect > div {
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: #dddddd;
  border-left: solid 1px #313370;
  border-right: solid 1px #313370;
  border-bottom: solid 1px #313370;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.brackets::after,
.brackets::before {
  text-decoration: none;
  display: inline-block;
  color: #000000;
}

.brackets::after {
  content: "]";
}

.brackets::before {
  content: "[";
}

parentheses::after,
.parentheses::before {
  text-decoration: none;
  display: inline-block;
  color: #000000;
}

.parentheses::after {
  content: ")";
}

.parentheses::before {
  content: "(";
}

#links {
  padding: 0.5em;
  text-align: center;
  margin-bottom: 2em;
}

.scrollY {
  overflow-y: scroll;
}

#siteName {
  font-size: 250%;
  font-weight: bold;
}

#subpageWrapper {
  max-width: 700px;
  margin: 2em auto;
}

#redirect {
  max-width: 300px;
  margin: 2em auto;
}

div.titlebar {
  background: #313370;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 5px;
}

.appealForm table tr th,
table.modInfo tr th {
  background: #313370;
  color: #ffffff;
}

.appealForm table tr th,
table.modInfo tr th {
  text-align: left;
  padding: 4px;
}

#bannerImage {
  width: 300px;
  height: 100px;
  border: solid 1px #000000;
  margin-left: auto;
  margin-right: auto;
}

.navLinkSpan, #navOptionsSpan, #navOptionsSpanCatalog, #navOptionsSpanThread, #navOptionsSpanHome {
  color: #89A;
  font-size: 9pt;
}

nav a {
  text-decoration: none;
}

/* Consent */
#cookieBanner {
  display: none;
  font-size: 14px;
  max-width: 900px;
  margin: 0px auto;
  padding: 12px;
  background-color: #ddd;
  border-bottom: solid 1px #ccc;
}

#cookieBannerClose {
  float: right;
  font-weight: bold;
  padding: 4px;
}

#cookieBannerActions {
  text-align: center;
  padding-top: 4px;
}

span.unimportantHide {
  font-size: 10px;
}

.emote,
.reportdeletebuttons,
.expandLabel,
.collapseLabel,
#divRefreshContainer {
  user-select: none;
}

.emote {
  user-drag: none;
  -webkit-user-drag: none;
}

span.spoiler > a {
  color: #000 !important;
}

span.spoiler:hover > a {
  color: #888 !important;
}

span.spoiler:hover > .greenText {
  color: #077 !important;
}

span.spoiler > .greenText {
  color: #000 !important;
}

span.spoiler:hover > .orangeText {
  color: #E04000 !important;
}

span.spoiler > .orangeText {
  color: #000 !important;
}

#massTextField {
  width: 400px;
  height: 100px;
}

/* Table Like log cells */
.logCell > p {
  display: table-cell;
  padding: 5px;
}

.logCell > p:nth-child(5n+1) {
  width: 12%;
  overflow-wrap: anywhere;
}

.logCell > p:nth-child(5n+2) {
  width: 12%;
  overflow-wrap: anywhere;
}

.logCell > p:nth-child(5n+5) {
  width: 60%;
  word-break: break-word;
}

.radiospan {
  color: white;
  text-decoration: none;
  display: inline-block;
  background-color: #d10000;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 5px;
  border-radius: 10px;
}

.latexShowcase code {
  font-size: 7pt;
}

.latexShowcase .MathJax {
  display: inline !important;
}

.innerPost.userHide .contentOverflow,
.innerPost.userHide label,
.innerPost.userHide .divBanMessage,
.innerPost.userHide .labelLastEdit {
  display: none;
}

.innerPost.userHide {
  background-color: transparent;
}

#faqContent li {
  line-height: 25px;
}

.arrowRight::after {
  content: "⟶";
}

#reportActions {
  position: fixed;
  display: block;
  right: 25px;
  bottom: 25px;
  background-color: #99b;
}

#reportList {
  margin-right: 300px;
}

#footer {
  font-size: 10px;
  margin: 2.5em auto 0 auto;
  text-align: center;
  width: fit-content;
  color: black;
}

.donation {
  overflow-wrap: break-word;
}

#topNav.fixed {
  position: fixed;
  background: #eee;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

/*Used for places where posts are displayed*/
@media only screen and (max-width: 479px) {
  .divPosts .postCell .innerPost:before,
  .divPosts .postCell .markedPost:before {
    display: none;
  }
  .divPosts {
    margin-left: 0 !important;
  }
  .postCell {
    margin: 0px !important;
  }
  .innerPost, .markedPost {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 3px;
    padding: 3px;
  }
  .divBanMessage,
  .divMessage {
    margin: 0px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    word-break: break-word;
  }
  .divMessage,
  .contentOverflow {
    clear: both;
  }
  .hideButton {
    margin-right: 5px;
  }
  .expandLabel,
  .collapseLabel {
    width: calc(100% - 24px) !important;
    padding-left: 20px !important;
  }
  .panelUploads ~ .divMessage,
  .panelUploads ~ .contentOverflow .divMessage {
    padding-top: 10px;
  }
  .labelCreated {
    font-size: 80%;
  }
  .relativeTime {
    font-size: 80%;
  }
  .sage, .bumpLockIndicator {
    float: right;
  }
  .innerPost .panelUploads .uploadCell,
  .markedPost .panelUploads .uploadCell {
    margin: 5px !important;
  }
  .innerOP .panelUploads .uploadCell,
  #selectedDiv .selectedCell,
  #selectedDivQr .selectedCell {
    margin: 5px !important;
  }
  .deletionCheckBox {
    visibility: hidden;
    margin-right: -19px;
  }
  .extraMenuButton {
    float: right;
  }
  .imgFlag {
    padding-left: 3px;
    float: left;
    padding-top: 3px;
  }
  .linkName {
    padding-left: 3px;
  }
  #divRefreshContainer {
    padding-left: 0;
    position: relative;
  }
  .extraMenu, .hideMenu {
    right: 100%;
    left: unset !important;
  }
  .boardThreadList .multipleUploads ~ .contentOverflow {
    max-height: 150px !important;
  }
}
.imgExpanded {
  max-width: 100%;
  cursor: zoom-out;
}

video {
  max-width: 100%;
  max-height: 90vh;
}

.imgLink {
  float: left;
  cursor: zoom-in;
}

.reportFieldset {
  margin-top: 1em;
  padding: 0.5em;
  margin-bottom: 1em;
}

.labelId {
  color: #ffffff;
  border-radius: 5px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  padding-left: 2px;
  opacity: 0.6;
  padding-right: 2px;
}

.labelId:hover {
  opacity: 1;
}

.quoteTooltip {
  position: absolute;
  display: none;
  padding: 0;
  z-index: 101;
}

.quoteTooltip .innerPost {
  padding: 5px;
}

.quoteTooltip > div {
  border: 2px dashed #444488;
  margin-left: 0em;
}

.quoteTooltip .contentOverflow {
  max-height: unset !important;
}

.tooltipFix .contentOverflow {
  overflow-y: hidden;
}

#formMore {
  cursor: pointer;
}

.extraMenu, .hideMenu {
  position: absolute;
  top: -5px;
  left: 100%;
  margin-left: 5px;
  z-index: 2;
  font-weight: normal;
  white-space: nowrap;
  cursor: default;
  border: 2px solid #444488;
}

.hideMenu div, .extraMenu div {
  cursor: pointer;
  padding: 3px 6px;
}

.extraMenu a {
  text-decoration: none;
  color: #000;
}

.extraMenu div:hover {
  background: #dddddd;
}

.extraMenuButton, .hideButton {
  position: relative;
}

.divPosts {
  margin-left: -1.28em;
}

.postCell {
  margin-top: 4px;
  margin-left: 1.3em;
  margin-bottom: 4px;
  margin-right: 1.3em;
}

.linkName {
  font-weight: bold;
  color: #3333cc;
}

.linkName:hover {
  color: #aa0000;
}

.sage,
.bumpLockIndicator {
  color: #ff0000;
  font-weight: bold;
}

.noEmailName, .noEmailName:hover {
  color: #3333cc;
  text-shadow: none;
  text-decoration: none !important;
  cursor: auto;
}

.linkSelf {
  color: #000000 !important;
  text-decoration: none;
}

.linkSelf:hover {
  color: #000000 !important;
  font-weight: bold;
}

.linkQuote {
  color: #000000 !important;
  text-decoration: none;
}

.linkQuote:hover {
  color: #000000 !important;
  font-weight: bold;
}

.postCounter #mainPanel {
  counter-reset: css-post-count;
}

.postCounter #mainPanel .linkQuote::after {
  counter-increment: css-post-count;
  content: " / (#" counter(css-post-count) ")";
}

.labelSubject {
  color: #cc3333;
  font-size: large;
  font-weight: bold;
}

.labelRole {
  color: #ff0000;
  font-weight: bold;
}

.labelRole:before {
  content: "## ";
}

.labelRole:after {
  content: " ##";
}

.divMessage {
  margin: 1em 40px;
  text-align: left;
  white-space: pre-wrap;
  /* word-wrap: anywhere; Bad in Chrome!*/
}

.divBanMessage {
  color: #ff0000;
  font-weight: bold;
  margin: 0 auto 12px 40px;
  font-size: 100%;
}

.panelUploads {
  display: block;
}

.uploadCell {
  margin: 0.25em 1em 0.25em 0.5em;
  float: none;
}

.uploadCell img {
  float: left;
}

/*Change the dimensions if you wish for larger thumbs*/
.uploadCell img:not(.imgExpanded) {
  max-width: 200px;
  max-height: 200px;
}

/*
.multipleUploads {
  float: left;
  width: 100%;
}
*/
.multipleUploads .uploadCell:not(.expandedCell) {
  float: left;
}

.multipleUploads ~ .contentOverflow {
  clear: both;
}

.contentOverflow .multipleUploads ~ .divMessage {
  clear: both;
}

.originalNameLink {
  vertical-align: top;
  white-space: nowrap;
}

.opCell {
  clear: left;
}

.panelBacklinks {
  word-wrap: break-word;
  margin-left: 0px;
}

.panelBacklinks a {
  margin-left: 0.5em;
  font-size: 80%;
  font-style: italic;
  display: inline-block;
}

.hideLink:before {
  content: url("/.static/images/button-close.gif");
  vertical-align: top;
  padding: 0 1px;
}

.aa {
  font-family: Mona, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  display: block !important;
  font-size: 12pt;
  line-height: 1.1;
}

.labelLastEdit {
  font-size: 80%;
  margin-top: 0.75em;
  margin-left: 0.75em;
}

.contentOmissionIndicator {
  margin: 1em 40px;
  color: #666666;
}

.labelOmission {
  color: #666666;
  margin-top: 0.5em;
  margin-left: 0.5em;
}

/*Board header*/
.boardHeader #favouriteButton {
  font-size: 200%;
}

.boardHeader a {
  display: inline-block;
}

.unhideButton {
  margin-right: 0.5em;
  display: inline-block;
}

/*Actions form*/
#divMessage {
  text-align: center;
}

.divPosts .postCell .innerPost:before,
.divPosts .postCell .markedPost:before {
  content: ">>";
  position: absolute;
  margin-left: -25px;
}

.nameLink {
  display: none;
}

#selectedDivQr > .selectedCell {
  margin: 5px 0 !important;
}

.innerOP .panelUploads .uploadCell,
#selectedDiv .selectedCell,
#selectedDivQr .selectedCell {
  float: left;
  margin: 5px 20px 20px 5px;
  background: #dddddd;
  border: #aaaaaa 1px solid;
  text-align: left;
}

.innerPost .panelUploads .uploadCell,
.markedPost .panelUploads .uploadCell {
  float: left;
  margin: 5px 20px 20px 5px;
  background: #9999bb;
  border: #aaaaff 1px solid;
  text-align: left;
  display: inline-block;
  width: auto;
}

.sizeLabel,
.dimensionLabel,
.uploadDetails .linkHash,
.uploadDetails .linkSpoil,
.uploadDetails .linkDelete {
  font-size: 11px;
  font-style: italic;
}

.hiddenThread {
  clear: left;
  background: #ccccee;
  border: 2px solid #313370;
  padding: 3px;
}

span.post-you {
  font-size: 8pt;
}

.hideButton, .unhideButton, .iconReport {
  width: 15px;
  height: 15px;
}

.labelBroadRange,
.labelRealBroadRange {
  max-width: 6ch;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
}

.labelNarrowRange,
.labelRealNarrowRange {
  max-width: 6ch;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
}

/* Thread view */
#mainPanel .innerPost .contentOverflow,
#mainPanel .markedPost .contentOverflow {
  max-height: 1400px;
  overflow-y: auto;
}
#mainPanel .innerPost .yOverflowHidden,
#mainPanel .markedPost .yOverflowHidden {
  overflow-y: hidden;
}

/* Board view */
.boardThreadList .yOverflowHidden {
  overflow-y: hidden !important;
}
.boardThreadList .innerPost .contentOverflow,
.boardThreadList .markedPost .contentOverflow,
.boardThreadList .innerOP .contentOverflow {
  max-height: 350px;
  overflow-y: hidden;
}

.overflowUnset {
  overflow-y: unset;
  max-height: unset;
}

.innerPost .expandLabel,
.innerPost .collapseLabel,
.markedPost .expandLabel,
.markedPost .collapseLabel {
  background: #AAAACC;
}

.innerOP .expandLabel,
.innerOP .collapseLabel {
  background: #eeeeee;
}

.expandLabel,
.collapseLabel {
  position: absolute;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
  bottom: 0;
  width: calc(100% - 44px);
  z-index: 1;
  padding-left: 40px;
}

.bottomGradient {
  position: absolute;
  bottom: 25px;
  width: 100%;
  height: 8px;
}

.innerPost .bottomGradient {
  background: linear-gradient(transparent, #AAAACC);
}

.innerOP .bottomGradient {
  background: linear-gradient(transparent, #eeeeee);
}

.innerOP .collapseLabel:not(.hidden) ~ .bottomGradient,
input[type=checkbox].expandCheckBox:checked ~ .bottomGradient {
  display: none;
}

input[type=checkbox].expandCheckBox:checked ~ .contentOverflow {
  max-height: unset !important;
}

input[type=checkbox].expandCheckBox:checked ~ .contentOverflow.yOverflowHidden {
  padding-bottom: 25px;
}

code a {
  pointer-events: none;
}

.innerOP .panelUploads:not(.multipleUploads) ~ .contentOverflow .divMessage {
  margin-left: 0px;
}

.boardThreadList .innerOP .multipleUploads ~ .contentOverflow {
  max-height: 150px;
}

#mainPanel .innerOP .panelUploads:not(.multipleUploads) ~ .contentOverflow .divMessage {
  margin-left: 30px;
}

.innerOP .panelUploads:not(.multipleUploads) ~ .contentOverflow .expandLabel,
.innerOP .panelUploads:not(.multipleUploads) ~ .contentOverflow .collapseLabel {
  padding-left: 0px;
}

.katex:hover {
  padding: 2px;
  outline: grey solid 2px;
}

.katex:hover:after {
  content: " (TeX)";
}

.originalFileName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.nameFlex {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 200px;
}

.originalFileExt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.originalNameLink2 {
  vertical-align: top;
  white-space: nowrap;
}

/*Elements that show on threads on both catalogs and regular posting places*/
.galleryImage {
  max-width: 100vw;
  max-height: 100vh;
}

.galleryImage:hover {
  border: #aaaaaa 1px solid;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 450ms infinite;
  animation: ellipsis steps(4, end) 450ms infinite;
  content: "…";
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
.playerBox {
  padding-left: 1em;
  position: absolute;
}

.volControl {
  width: 80px;
}

.volControlNav {
  width: 50px;
  height: 10px;
}

.playerButton {
  margin-left: 5px;
}

.playButton {
  float: initial !important;
  opacity: 0.5;
}

.playButton.playing {
  float: initial !important;
  opacity: 1;
}

.playerBoxNav {
  display: inline-block;
  vertical-align: middle;
}

.audioFilenameFieldNav {
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  width: 100px;
}

.audioFilenameField {
  display: inline-block;
  width: 20rem;
  overflow: hidden;
  text-overflow: ellipses;
}

#topNav.active {
  position: fixed;
  background: #eee;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) !important;
}

.dot {
  margin-left: 3px;
  margin-right: 6px;
  height: 0.9em;
  width: 0.9em;
  background-color: orange;
  border-radius: 50%;
  display: inline-block;
}

#userCountLabel {
  display: none;
}

/*
.pulse {
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 0.7em rgba(204,169,44, 0);
      box-shadow: 0 0 0 0.7em rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
*/
/*Elements used exclusively on board pages*/
#pages,
#linkPrevious, #linkNext,
.divPages .navCatalog {
  display: inline-block;
  border-style: inset;
  border-width: 1px;
}

.threadHidden {
  margin-bottom: 10px;
}

.opCell.deleted {
  opacity: 0.3;
}

.opCell.deleted .floatingMenu,
#linkModeration {
  display: none;
}

/* .boardThreadList .opCell .panelUploads:not(.multipleUploads) {
  max-width: 80%;
} */
/*Elements shown on board and thread pages*/
@media only screen and (max-width: 479px) {
  #fieldName,
  #fieldMessage,
  #dragAndDropDiv {
    width: 100%;
  }
  #fieldSubject {
    width: 50%;
  }
  #formButton {
    width: 45%;
    float: right;
  }
  #divOekaki {
    display: none;
  }
  #postingForm {
    margin-bottom: 2em;
  }
  #postingTable {
    border-left: 5px outset #313370;
    padding-left: 5px;
  }
  #postingTable th {
    display: none;
  }
  #rules_row ul {
    padding: 10px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0;
  }
  #checkboxMobileText {
    display: unset !important;
  }
  #checkboxSage {
    vertical-align: middle;
  }
  #fieldName::placeholder,
  #fieldSubject::placeholder,
  #fieldName::placeholder,
  #fieldMessage::placeholder,
  #fieldPostingPassword::placeholder {
    color: unset !important;
  }
  #postModerationFields {
    display: none;
  }
  #bottomNav {
    margin-top: 4.8em;
  }
  #divRefreshContainer .divRefresh {
    margin-top: 0.5em;
  }
}
#divOekaki {
  background-color: white;
}

#checkboxMobileText {
  display: none;
}

#fieldName::placeholder,
#fieldSubject::placeholder,
#fieldName::placeholder,
#fieldMessage::placeholder,
#fieldPostingPassword::placeholder {
  color: transparent;
}

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

.dropzone {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease 0s;
  padding: 10px 0px;
  border: 2px dashed rgba(125, 125, 125, 0.4);
  background-color: rgba(200, 200, 200, 0.5);
  margin-bottom: 0.4em;
  text-align: center;
}

.dropzone:hover {
  color: rgb(0, 0, 0);
  border: 2px dashed rgba(125, 125, 125, 0.8);
}

.dragAndDropThumb {
  color: #000;
  cursor: default;
  text-align: center;
  max-height: 100px;
  transition: 0.2s;
  background-color: rgba(200, 200, 200, 0.5);
  overflow-y: auto;
  margin-top: 5px;
  max-width: 200px;
  cursor: pointer;
}

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

.nameLabel {
  display: inline-block;
  max-width: 225px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#selectedDiv .selectedCell {
  margin: 5px 0px 5px 0px;
  float: unset;
}

.removeButton {
  cursor: pointer;
  color: rgba(125, 125, 125, 0.5);
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}

.removeButton:hover {
  color: #7D7D7D;
}

#panelMessage {
  margin-bottom: 1em;
}

.flagPreview {
  display: inline-block;
  max-width: 10%;
  height: 16px;
}

#divUpload, .centered {
  text-align: center;
}

#divUpload {
  height: 70px;
}

#newPostFieldset {
  display: inline-block;
  padding-right: 0.75em;
  width: 25em;
}

#postingTable {
  margin: 1em auto;
}

#postingForm {
  text-align: center;
}

#postingForm td, .modalTableBody td {
  text-align: left;
}

#postingForm th, .modalTableBody th {
  color: #ffffff;
  background: #313370;
  font-weight: bold;
  text-align: left;
}

#autoCatalogRefreshCheckBox,
.identifierCheckbox,
#orphanedCheckbox,
input[type=checkbox].postingCheckbox,
input[type=checkbox].spoilerCheckBox,
input[type=checkbox].globalSettingsField,
input[type=checkbox].closeReportsField,
input[type=checkbox].boardSettingsField,
input[type=checkbox].closureCheckbox,
input[type=checkbox].categoryCheckbox {
  vertical-align: middle;
}

.spoilerImg,
.spoilerCheckBox {
  display: none;
}

.spoilerImg {
  cursor: pointer;
}

input[type=checkbox].spoilerCheckBox:checked ~ .dragAndDropThumb {
  display: none;
}

input[type=checkbox].spoilerCheckBox:checked ~ .spoilerImg {
  display: block !important;
}

#boardContentLinks {
  float: right;
  color: #89A;
  font-size: 9pt;
}

.modalPanel {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: table;
  text-align: center;
  background: rgba(29, 31, 33, 0.66);
  right: 0;
  top: 0;
}

.modalInnerPanel {
  vertical-align: middle;
  display: table-cell;
}

.modalDecorationPanel {
  display: inline-block;
  background: #aaaacc;
  z-index: 50;
}

.modalInnerDecorationPanel,
.post-table {
  padding: 10px;
  background-color: #eeeeee;
  margin: 4px;
}

.captchaImageContainer {
  position: relative;
  background: #313370;
}

.modalCaptchaTable {
  margin-bottom: 0.5em;
  width: 100%;
}

.modalCaptchaControls {
  position: absolute;
  right: 0px;
  top: 1px;
}

.modalCaptchaControls input, .modalOkButton {
  margin-right: 10px;
}

#favouriteButton:before {
  font-family: Icons;
  content: "\e0c2";
  margin-left: 0.5em;
  cursor: pointer;
}

.postModerationFields {
  float: right;
}

.contentAction {
  text-align: right;
}

.contentAction > label > input {
  vertical-align: middle;
}

.postingInput {
  border: 1px solid #a9a9a9;
}

.boardHeader {
  margin-bottom: 17.15px;
}

.checkboxLabel .spoilerImg {
  max-height: 100px;
}

#previewContainer {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: " ";
  left: 0;
  line-height: 100vh;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 102;
}

#previewContainer img,
#previewContainer video {
  margin: 0 auto;
  max-height: 100vh;
  max-width: 100%;
  vertical-align: middle;
}

.mathjaxContentLongSet,
.mathjaxContentRendered,
.mathjaxContent,
.MathJax {
  display: none;
}

#labelMessageLengthOuter {
  font-weight: normal;
  font-size: smaller;
}

#filterBoardIdentifier {
  width: 100px;
}

.reasonLabel ul {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

#qrsubject {
  width: calc(100% - 152px);
}

.post-table td {
  padding: 0.25em;
}

#quick-reply {
  position: fixed;
  float: right;
  padding: 0 0 0 0;
  width: 300px;
  z-index: 100;
  display: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#quick-reply #post-form-inner {
  min-width: 300px;
}

#quick-reply .post-table tr td:nth-child(2) {
  width: 40%;
  text-align: left;
  padding-left: 0.25em;
}

#quick-reply tr td:nth-child(2) input[type=submit] {
  width: 99%;
}

#quick-reply th {
  text-align: center;
  padding: 0 0 0.25em 0;
}

#quick-reply .handle {
  position: relative;
  padding: unset;
}

.handle {
  cursor: move;
}

.handle a {
  color: white;
}

#quick-reply .close-btn {
  position: absolute;
  right: 6px;
  text-decoration-line: none;
}

#quick-reply input[type=text],
#quick-reply input[type=password],
#quick-reply select {
  padding: 2px;
  font-size: 10pt;
  box-sizing: border-box;
}

#quick-reply select {
  padding: 2px;
  font-size: 10pt;
  box-sizing: border-box;
  width: 85%;
}

#quick-reply textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 10pt;
  resize: both;
}

#quick-reply input[type=file] {
  padding: 5px 2px;
}

#quick-reply .nonsense {
  display: none;
}

#quick-reply td.recaptcha {
  text-align: center;
  padding: 0 0 1px 0;
}

#quick-reply td.recaptcha span {
  display: inline-block;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
}

#quick-reply td.recaptcha-response {
  padding: 0 0 1px 0;
}

#quick-reply table {
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 0;
  outline: 1px solid rgb(49, 51, 112);
  border-collapse: collapse;
}

#quick-reply .nameLabel {
  font-size: 75%;
  max-width: 75px;
}

.modalHeader,
#quick-reply .handle {
  display: block;
  background: #313370;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

#qrname,
#qrpassword,
#QRfieldCaptcha {
  width: 100%;
}

#quick-reply .captchaImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#qrsage {
  vertical-align: middle;
  width: 20px;
}

#qrbutton {
  width: 125px;
}

#qrbody {
  min-width: 300px;
  min-height: 50px;
}

#dropzoneQr {
  margin-bottom: 0.25em;
}

#qrFlagCombobox option, #flagCombobox option {
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 16px;
}

#selectedDivQr .dragAndDropThumb {
  max-width: 100px;
}

.watchButton {
  display: none;
}

.watchButton::before {
  content: url("/.static/images/icon-eye.png");
}

#closeWatcherMenuButton::before,
.close-btn::before,
.watchedCellCloseButton::before {
  content: "X";
}

.watchedCell {
  display: table;
  width: 100%;
}

.watchedCellLabel {
  display: table-cell;
  width: 90%;
}

.watchedNotification::before {
  font-family: "Icons";
  content: "\e0d8";
  margin-left: 0.25em;
  color: #A00;
}

#watchedMenu {
  position: fixed;
  left: 100px;
  top: 25px;
  z-index: 100;
}

#watchedMenu label {
  font-size: 80%;
  cursor: pointer;
}

@media only screen and (max-width: 812px) {
  .mobileAlert {
    color: #A00;
  }
}
@media only screen and (max-width: 479px) {
  #settingsMenu {
    left: 0px !important;
    top: 0px !important;
    width: 100%;
    height: 100%;
  }
  #menuContentPanel {
    height: 99%;
  }
}
#settingsMenu {
  position: fixed;
  left: 100px;
  top: 25px;
  z-index: 100;
  border: 1px solid rgb(49, 51, 112);
}

#settingsMenu > .header {
  background: #313370;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 5px;
}

#settingsMenu > hr {
  display: none;
}

#settingsMenu > div {
  padding: 5px;
}

#settingsMenu > div:nth-child(3) {
  border-left: 4px solid #aac;
  background: #eeeeee;
  border-right: 4px solid #aac;
  border-top: 4px solid #aac;
}

#settingsMenu > div:nth-child(4) {
  border-left: 4px solid #aac;
  background: #eeeeee;
  border-bottom: 4px solid #aac;
  border-right: 4px solid #aac;
}

#closeSettingsMenuButton {
  float: right;
}

#cssInput, #jsInput {
  width: 24em;
  height: 12em;
}

#closeSettingsMenuButton::before, .filterDeleteButton::before,
#closeSideCatalogButton::before {
  content: "X";
  font-weight: bolder;
}

.settingsTab {
  cursor: pointer;
  margin: 0.5em;
  padding: 0.5em;
}

#settingsMenuContent {
  padding: 0.25em;
}

#newFilterPanel * {
  margin: 0.5em;
}

#labelExistingFilfterType, .existingFilterTypeLabel {
  display: inline-block;
  width: 20%;
}

#labelExistingFilfterContent, .existingFilterContentLabel {
  width: 75%;
  display: inline-block;
}

#existingFiltersPanel {
  overflow: hidden;
  overflow-y: auto;
  height: 20em;
}

#selectedTab {
  font-weight: bold;
}

.settingsCheckbox {
  vertical-align: middle;
}

.saveButton {
  margin: 0.5em 0;
  width: 100%;
}

.mainPanelSubContainer {
  max-height: calc(100vh - 125px);
  overflow-y: auto;
}

/*Elements exclusive from the thread page*/
#divRefreshContainer {
  padding-left: 1em;
  position: absolute;
  float: left;
}

.labelId {
  cursor: pointer;
}

.divRefresh label,
.divRefresh input {
  display: inline-block;
  margin: 0;
}

#divControls,
#transferControls,
#ipDelete,
#divArchive,
#formTransfer,
#ipDeletionForm,
#divControls,
#divMod,
#divMerge {
  margin: 1em;
}

#divMod {
  margin-top: 4em;
}

.unimportant, .unimportant * {
  font-size: 10px;
  color: white !important;
}

.innerPost.deleted {
  opacity: 0.65;
  vertical-align: bottom;
}

#mainPanel .hideButton,
.innerPost.deleted .floatingMenu {
  display: none;
}

/*Elements exclusive to the front-page*/
@media only screen and (max-width: 479px) {
  #divLatestPosts .latestPostCell {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
#infoBox {
  text-align: center;
  width: 100%;
  padding: 0.5em;
  margin: 1em auto 2em;
  font-size: 120%;
}

#divStats div {
  display: block;
}

#topBoards {
  display: none;
}

#divLatestPosts {
  height: 500px;
  overflow-y: scroll;
}
#divLatestPosts .latestPostCell {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 5px;
  height: 3.5em;
  max-height: 3.5em;
  vertical-align: middle;
  background: #aac;
  margin: 10px;
  padding: 10px;
}
#divLatestPosts .imgFlag {
  position: absolute;
  top: 5px;
  right: 5px;
}

@keyframes fade-in {
  from {
    opacity: 0;
    height: 0%;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
#divLatestImages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

#divLatestImages .latestImageCell {
  display: inline-block;
  vertical-align: middle;
}

#divLatestImages img {
  max-width: 125px;
  max-height: 125px;
  margin: 5px;
  border: 1px solid #000000;
}

#news {
  background: #dddddd;
  border: 1px solid #98E;
}

#news h2 {
  font-size: 12pt;
}

#news h2, #news p {
  padding: 3px 7px;
}

#indexLeft {
  float: left;
  width: 43.5%;
  left: 10%;
  position: relative;
}

#indexRight {
  float: right;
  width: 35.5%;
  position: relative;
  left: -10%;
}

#indexWrapper {
  max-width: 1200px;
  margin: 2em auto;
}

#linkEngine {
  display: none;
}

.linkFollow {
  color: green;
}

.linkFollowAlt {
  color: red;
}

#divStats div {
  display: list-item;
  margin-left: 0.75em;
}

#logoImage {
  height: 232px;
}

/*Used only on catalog*/
@media only screen and (max-width: 479px) {
  .catalogCell {
    width: 90px !important;
    max-height: 230px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
  .linkThumb img {
    width: 90px !important;
    height: 90px !important;
    top: 0px;
  }
  .threadStats {
    display: none;
  }
  .thumbGridBottom {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .catalogCell {
    width: 180px !important;
    max-height: 300px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
  .linkThumb img {
    width: 170px !important;
    height: 170px !important;
  }
  .thumbGridBottom {
    display: none !important;
  }
}
.catalogCell {
  width: 210px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  padding: 5px;
  height: 350px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid transparent;
}

.catalogCell:hover, .catalogCell:focus {
  overflow: visible;
  z-index: 1;
}

.catalogCell:hover .divMessage, .catalogCell:focus .divMessage {
  background: #AAAACC;
  outline: #aac solid 6px;
}

.catalogCell:hover, .catalogCell:focus {
  visibility: visible;
}

.catalogCell:nth-child(10n+1) {
  border-left: 1px solid #f00;
}

.catalogCell:nth-child(10n) {
  border-right: 1px solid #f00;
}

.catalogCell:hover {
  background: #AAAACC;
}

.catalogCell .divMessage {
  margin: 0;
  word-wrap: break-word;
  overflow: hidden;
}

#divTools {
  text-align: left;
  margin-left: 15px;
}

.catalogHeader .imgFlag {
  float: left;
}

.catalogHeader {
  line-height: 1em;
}

.catalogCell .labelSubject {
  padding: 0;
  margin: 0 0 0.5em;
  font-size: 1em;
  color: #CC3333;
  display: block;
  text-decoration: none;
  white-space: normal;
}

.linkThumb img {
  max-height: 200px;
  max-width: 200px;
}

.catalogDiv {
  text-align: center;
}

.threadStats {
  color: #888888;
  margin-bottom: 0.5em;
}

.catalogCell:hover .threadStats {
  color: #666666;
}

.thumbGridBottom {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/*Elements used exclusively on the board listing*/
#boardsWrapper {
  width: 80%;
  margin: 1em auto;
  text-align: center;
}

.boardsCell span {
  text-overflow: ellipsis;
}

.search {
  margin: 0 11px 0.5em 11px;
}

.search form {
  display: inline-block;
}

#boardsSort, #searchButton {
  margin-top: 1em;
}

#legend {
  width: 15%;
  text-align: left;
  display: inline-block;
}

.boardsCellHeader {
  width: 85%;
  display: inline-table;
}

.boardsCellStats {
  width: 15%;
  display: inline-table;
}

#divBoards {
  display: table;
  border-spacing: 6px;
}

#divBoardsLegend {
  display: table-row;
  font-weight: bold;
}

.boardsCell {
  display: table-row;
}

.cellComponent {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
}

.boardsCellTags {
  white-space: nowrap;
  display: none;
}

.boardsPagination {
  margin-top: 1em;
}

#labelUsers {
  display: none;
}

.labelUniqueIps {
  display: none;
}

.reasonDiv {
  margin-top: 0.5em;
}

.selectionDiv {
  margin-bottom: 0.5em;
}

.mCard {
  border: solid 1px #313370;
  margin-bottom: 1em;
}

.mFixed {
  position: fixed;
  bottom: 1em;
  right: 2em;
  background: white;
  margin-left: 2em;
}

.mCard > h2 {
  font-size: 125%;
  padding: 5px 10px;
  background: #313370;
  color: white;
  display: inline-block;
}

.mCard > div {
  padding: 15px;
}

.mLinks a {
  display: table;
}

.mCard hr {
  margin: 0.75em 0;
}

#pagesDiv {
  word-break: break-all;
}

#pagesDiv a {
  margin-right: 0.5em;
}

#boardMessageField {
  display: block;
  width: 50em;
  height: 2em;
}

.reportCell .deletionCheckBox {
  display: none;
}

.reportCell:last-child hr {
  display: none;
}

.mCard #linkPrevious,
.mCard #linkNext {
  border-style: unset !important;
}

.mCard .innerPost {
  margin-left: 0;
}

.labelTable > div label {
  display: table;
}

.sfw .uploadCell img:hover:not(.imgExpanded),
.sfw .catalogCell .linkThumb img:hover,
.sfw #bannerImage:hover {
  opacity: 1 !important;
  filter: blur(5px);
}
.sfw .uploadCell img:not(.imgExpanded),
.sfw .catalogCell .linkThumb img,
.sfw #bannerImage {
  opacity: 0;
}

.flipped {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* Christmas ON BEGIN
 *
 *
 * */
/*

body.no_theme,
body.theme_christmas_tomorrow {
  background-repeat: repeat;
}

@media only screen and (min-width: 480px) {
  body.no_theme {
    background-size: 850px 850px;
    background-image: url("/.static/images/christmas-background-desktop.png");
  }
  body.theme_christmas_tomorrow {
    background-size: 1273px 879px !important;
    background-image: url("/.static/images/dark-christmas-background-desktop.jpg") !important;
  }
}

@media only screen and (max-width: 479px) {
  body.no_theme {
    background-size: 450px 450px;
    background-image: url("/.static/images/christmas-background-mobile.jpg");
  }
  body.theme_christmas_tomorrow {
    background-size: 675px 466px !important;
    background-image: url("/.static/images/dark-christmas-background-mobile.jpg") !important;
  }
}

*/
/* Christmas ON END
 *
 * */
#snowfall {
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swastikaMode .snowflake:after {
  content: "卐";
  color: #dd0000;
}

/*
 *  Christmas ON BEGIN
 * */
/*
.reportdelete {
  margin-top: 20px;
}

body.no_theme {

  .labelOmission {
    display: table;
  }

  #catalogId .title,
  #checkboxSage label,
  #divRefreshContainer,
  #links,
  #siteName,
  #topNav,
  #panelMessage #divMessage,
  .catalogLabel:not(#catalogRefreshButton),
  .innerOP .divMessage,
  .labelSpoiler,
  .innerPost::before,
  .markedPost::before,
  .opHead.title,
  .opCell > .divBanMessage,
  .postDeletionLabel,
  .reportdelete a,
  .reportdelete label,
  .reportdeletebuttons,
  .sageLabel,
  .threadPages,
  h1
  {
    display: inline-block;
  }

  .opCell > .divBanMessage {
    margin-left: 0;
  }

  #rules_row ul {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #catalogId .title,
  #divRefreshContainer,
  #siteName,
  #panelMessage #divMessage,
  .catalogLabel:not(#catalogRefreshButton),
  .innerOP .divMessage,
  .labelOmission,
  .opCell > .divBanMessage,
  .labelSpoiler,
  .opHead.title,
  .postDeletionLabel,
  .reportdelete a,
  .reportdelete label,
  .reportdeletebuttons,
  .sageLabel,
  h1
  {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .innerPost::before,
  .markedPost::before {
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .mCard {
    background-color: $background;
  }

  #catalogId .title,
  #checkboxSage label,
  #divRefreshContainer,
  #links,
  #siteName,
  #topNav,
  #panelMessage #divMessage,
  .catalogCell,
  .catalogLabel:not(#catalogRefreshButton),
  .innerPost::before,
  .markedPost::before,
  .labelOmission,
  .labelSpoiler,
  .opHead.title,
  .opCell > .divBanMessage,
  .postDeletionLabel,
  .reportdelete a,
  .reportdelete label,
  .reportdeletebuttons,
  .sageLabel,
  .threadPages,
  #bottomNav,
  #rules_row ul,
  h1
  {
    background-color: rgba(238,238,238, 0.85);
  }

  .innerOP .divMessage
  {
    background-color: rgba(170,170,204, 0.90);
  }

  .labelOmission
  {
    color: black;
  }

  .catalogCell:hover {
    background: #AAAACC !important;
  }

}

body.theme_christmas_tomorrow {

  .mCard {
    background-color: #282a2e;
  }

  .labelOmission {
    display: table;
  }

  #catalogId .title,
  #divRefreshContainer,
  #siteName,
  #panelMessage #divMessage,
  .catalogLabel:not(#catalogRefreshButton),
  .innerOP .divMessage,
  .labelSpoiler,
  .opHead.title,
  .postDeletionLabel,
  .opCell > .divBanMessage,
  .reportdelete a,
  .reportdelete label,
  .reportdeletebuttons,
  .sageLabel,
  h1
  {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .labelOmission {
    border: 1px solid transparent !important;
  }

  .innerPost::before,
  .markedPost::before {
    border: 1px solid transparent;
    border-radius: 4px;
  }

  #catalogId .title,
  #checkboxSage label,
  #divRefreshContainer,
  #links,
  #siteName,
  #topNav,
  .catalogLabel:not(#catalogRefreshButton),
  .innerOP .divMessage,
  .innerPost::before,
  .markedPost::before,
  .labelSpoiler,
  .opHead.title,
  .opCell > .divBanMessage,
  .postDeletionLabel,
  .reportdelete a,
  .reportdelete label,
  .reportdeletebuttons,
  .sageLabel,
  #bottomNav,
  #rules_row ul,
  .catalogHeader .labelSubject,
  .uploadCell,
  h1
  {
    background-color: rgba(40,42,46, 0.85);
  }

  .labelOmission {
    background-color: rgba(40,42,46, 0.85) !important;
    color:#C5C8C6 !important;
  }

  figure.uploadCell,
  .catalogCell,
  .threadPages {
    background-color: rgba(40,42,46, 0.85) !important;
  }

  .catalogCell:hover .threadStats {
    color: #888888 !important;
  }

}
*/
/*
 * Christmas ON END
 *
 * */
#workerCount {
  width: 42px;
}

progress {
  width: 100%;
  height: 30px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid #cccccc 5px;
  border-radius: 5px;
}

progress,
progress::-webkit-progress-bar {
  background: white !important;
}

progress,
progress::-webkit-progress-value,
progress::-moz-progress-bar {
  background: green;
}

progress::-webkit-progress-value {
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

progress,
progress::-webkit-progress-bar {
  background: #cccccc !important;
}

#percentageDiv {
  text-align: center;
}

#solved {
  color: green;
}

#fieldHash, #fieldDifficulty, #fieldSolved {
  display: none;
}

#startButton {
  margin-left: 5px;
}

.base64area {
  width: 100%;
  height: 2rem;
}

#noJsButton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 14em;
}

#labelBypass {
  display: none;
}

/* Base16 Atelier Lakeside Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
/* Atelier-Lakeside Comment */
.hljs-comment,
.hljs-quote {
  color: #5a7b8c;
}

/* Atelier-Lakeside Red */
.hljs-variable,
.hljs-template-variable,
.hljs-attribute,
.hljs-tag,
.hljs-name,
.hljs-regexp,
.hljs-link,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #d22d72;
}

/* Atelier-Lakeside Orange */
.hljs-number,
.hljs-meta,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params {
  color: #935c25;
}

/* Atelier-Lakeside Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet {
  color: #568c3b;
}

/* Atelier-Lakeside Blue */
.hljs-title,
.hljs-section {
  color: #257fad;
}

/* Atelier-Lakeside Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #6b6bb8;
}

.hljs {
  display: block;
  clear: both;
  overflow-x: auto;
  background: #ebf8ff;
  color: #516d7b;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.catalogHeader .medals {
  float: left;
}

.medals .text {
  position: absolute;
  visibility: hidden;
  text-align: center;
  background-color: #313370;
  border-radius: 5px;
  padding: 5px 15px;
  z-index: 1;
  margin-left: 5px;
  color: #ffffff;
  opacity: 0;
}

.medals:hover .text {
  visibility: visible;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.theme_tomorrow {
  background: #1d1f21 none;
  color: #C5C8C6;
  font-family: arial, helvetica, sans-serif;
  /*Nav*/
  /*Index*/
  /*boards.js*/
  /*boardManagement, logs*/
  /*Board Header*/
  /*Post form*/
  /*Quick reply box*/
  /*Posts*/
  /*hover reply box*/
  /*text formatting*/
  /*Board pages menu*/
  /*report form*/
  /*hidepreview*/
  /* Tomorrow Night Eighties Theme */
  /* Original theme - https://github.com/chriskempson/tomorrow-theme */
  /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  /* Tomorrow Comment */
  /* Tomorrow Red */
  /* Tomorrow Orange */
  /* Tomorrow Yellow */
  /* Tomorrow Green */
  /* Tomorrow Blue */
  /* Tomorrow Purple */
}
.theme_tomorrow #divOekaki {
  background-color: #282a2e;
}
.theme_tomorrow a, .theme_tomorrow .reportdeletebuttons {
  color: #81a2be;
  text-decoration: none;
}
.theme_tomorrow .linkQuote, .theme_tomorrow .linkSelf {
  color: #81a2be !important;
}
.theme_tomorrow a:hover {
  color: #5F89AC;
}
.theme_tomorrow .linkQuote:hover, .theme_tomorrow .linkSelf:hover {
  color: #5F89AC !important;
}
.theme_tomorrow #settingsMenu > div:nth-child(3), .theme_tomorrow #settingsMenu > div:nth-child(4) {
  background-color: #282a2e !important;
  border-color: #444 !important;
}
.theme_tomorrow hr {
  background-color: #282a2e;
  border: 0;
  height: 1px;
  clear: left;
}
.theme_tomorrow .red {
  color: #C5C8C6;
}
.theme_tomorrow nav {
  background: #282a2e;
  color: #C5C8C6;
  border-bottom: 1px solid #111;
  z-index: 100;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.theme_tomorrow #topBox {
  text-align: center;
  font-size: 16px;
  padding: 10px 0 20px 0;
}
.theme_tomorrow #innerWrapper > div, .theme_tomorrow .infoBox {
  border: none;
  background: none;
}
.theme_tomorrow .linkPost img {
  padding: 6px 0 6px 0;
}
.theme_tomorrow footer {
  background: none;
  font-size: 10px;
  margin: 20px 0 10px 0;
}
.theme_tomorrow #boardsCellHeader span {
  background: #282a2e;
  border: 1px solid #111;
  color: #C5C8C6;
}
.theme_tomorrow .boardsCell:nth-of-type(2n+1) span {
  background-color: #282a2e;
}
.theme_tomorrow .settings {
  background: none;
  border: none;
}
.theme_tomorrow .logCell {
  font-weight: bold;
  font-size: 15px;
  margin: 10px;
  padding: 0 5px 0 0;
}
.theme_tomorrow .logCell p span {
  font-weight: normal;
  padding: 10px;
}
.theme_tomorrow #bannerImage {
  border: 1px solid #a9a9a9;
  margin-top: -5px;
  margin-bottom: 15px;
}
.theme_tomorrow #modeBanner {
  background-color: #1d1f21;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  margin: 1em 0;
}
.theme_tomorrow .boardHeader p {
  font-family: tahoma;
  color: #C5C8C6;
}
.theme_tomorrow .boardHeader p#labelName {
  font-weight: bold;
  font-size: 22pt;
}
.theme_tomorrow .boardHeader a {
  font-family: arial, sans-serif;
  font-size: 12px;
}
.theme_tomorrow #divMessage {
  text-align: center;
  color: #F20;
  font-size: 12px;
  font-weight: bold;
}
.theme_tomorrow .form-post th {
  background: #282a2e;
  border: 1px solid #111;
  color: #C5C8C6;
}
.theme_tomorrow input, .theme_tomorrow button, .theme_tomorrow textarea {
  padding: 3px 4px 3px;
  border: 1px solid #282a2e;
  background-color: #444;
  color: #BBB;
}
.theme_tomorrow input:focus, .theme_tomorrow button:focus, .theme_tomorrow textarea:focus {
  border: 1px solid #C5C8C6;
}
.theme_tomorrow #quick-reply table {
  background: #282a2e;
  border: 1px solid #111;
  color: #C5C8C6;
}
.theme_tomorrow #post-form-inner th {
  background: #282a2e !important;
  border: 1px solid #111;
  color: #C5C8C6;
  text-align: center;
  padding: 2px 0;
  border: 1px solid #222;
}
.theme_tomorrow #quick-reply th .handle {
  color: #C5C8C6;
  font-size: 13px;
}
.theme_tomorrow .labelSubject {
  color: #446655;
  font-weight: bold;
  font-size: 13px;
}
.theme_tomorrow .innerPost {
  background-color: #282a2e;
  border: 1px solid #282a2e;
  max-width: 95%;
}
.theme_tomorrow .innerPost .uploadCell img {
  padding: 6px;
  margin-right: 20px;
}
.theme_tomorrow .markedPost {
  background-color: #1d1d21;
  border: 1px solid #111;
}
.theme_tomorrow #divThreads .linkSelf, .theme_tomorrow #divThreads .linkQuote {
  color: #C5C8C6;
}
.theme_tomorrow #divThreads .linkSelf:hover, .theme_tomorrow #divThreads .linkQuote:hover {
  color: #5F89AC;
}
.theme_tomorrow .divMessage {
  font-size: 13px;
  margin: 12px 19px 12px 28px;
  padding: 0 5px 0 0;
}
.theme_tomorrow .quoteLink {
  color: #81a2be;
}
.theme_tomorrow .noEmailName, .theme_tomorrow .noEmailName:hover {
  font-size: 13px;
  color: #C5C8C6;
}
.theme_tomorrow .labelRole {
  color: #F00000 !important;
  background-color: #000;
  padding: 2px 5px;
  border-radius: 10px;
  font-weight: normal;
}
.theme_tomorrow .linkName:link {
  font-size: 13px;
  color: #81a2be;
}
.theme_tomorrow .linkName:link:hover {
  color: #D00;
}
.theme_tomorrow .panelBacklinks, .theme_tomorrow .uploadCell, .theme_tomorrow .labelLastEdit, .theme_tomorrow .labelOmission {
  font-size: 11px;
  background: transparent !important;
  border: none !important;
}
.theme_tomorrow .labelOmission {
  color: #707070;
  margin-top: 1em;
}
.theme_tomorrow .contentOmissionIndicator {
  margin: 15px 0 5px 10px;
}
.theme_tomorrow .divBanMessage {
  font-size: 14px;
  color: #ed1c24;
  margin: 0 10px 7px 10px;
}
.theme_tomorrow .quoteblock {
  background: none !important;
}
.theme_tomorrow .quoteblock .labelCreated, .theme_tomorrow .quoteblock .linkQuote, .theme_tomorrow .quoteblock .labelRole, .theme_tomorrow .quoteblock .spanId, .theme_tomorrow .quoteblock .linkSelf {
  font-size: 12px;
  color: #C5C8C6;
}
.theme_tomorrow .greenText {
  color: #adbd68;
}
.theme_tomorrow span.spoiler {
  background: #000;
  color: #000;
}
.theme_tomorrow .spoiler:hover {
  color: #FFF;
  background-color: #000;
}
.theme_tomorrow .redText {
  font-size: 14px;
  color: #F20;
}
.theme_tomorrow .catalogCell {
  background: rgba(0, 0, 0, 0.05);
}
.theme_tomorrow .catalogCell .divMessage {
  min-width: 0;
  margin: 0;
}
.theme_tomorrow .catalogCell:hover .divMessage {
  background: #1c1d1f;
  outline: none;
}
.theme_tomorrow .linkThumb img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(153, 153, 153, 0);
}
.theme_tomorrow .threadPages, .theme_tomorrow .boardPages {
  color: #C5C8C6;
  background: none;
  border: none;
  font-size: 15px;
  margin-top: 25px;
}
.theme_tomorrow .threadPages span {
  color: #C5C8C6;
}
.theme_tomorrow #divPages {
  background: none;
}
.theme_tomorrow .contentAction {
  background-color: #282a2e;
  border: 1px solid #282a2e;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 25%;
  min-width: 300px;
}
.theme_tomorrow #reportFieldReason {
  margin-left: 2.1em;
}
.theme_tomorrow #deletionFieldPassword {
  margin-left: 1em;
}
.theme_tomorrow img#captchaImageReport {
  margin-left: auto;
  margin-right: auto;
}
.theme_tomorrow .linkPreview {
  visibility: collapse;
}
.theme_tomorrow .linkPreview + .linkSelf {
  margin-left: -50px; /*Move post number over Preview*/
}
.theme_tomorrow .divMessage {
  min-width: 300px; /*fix post number position*/
}
.theme_tomorrow .quoteblock .linkSelf {
  margin-left: 0; /*Fix hover post box*/
}
.theme_tomorrow .catalogCell .divMessage {
  min-width: 0; /*Fix calalog*/
}
.theme_tomorrow .brackets:after, .theme_tomorrow .brackets:before {
  color: #C5C8C6;
}
.theme_tomorrow .extraMenu div {
  background-color: #1d1f21;
}
.theme_tomorrow .extraMenu div:hover {
  color: #1d1f21;
  background-color: #C5C8C6;
}
.theme_tomorrow .hiddenThread {
  background-color: #1d1f21;
}
.theme_tomorrow .innerPost .expandLabel,
.theme_tomorrow .innerPost .collapseLabel,
.theme_tomorrow .markedPost .expandLabel,
.theme_tomorrow .markedPost .collapseLabel {
  background: #282a2e;
}
.theme_tomorrow .innerOP .expandLabel,
.theme_tomorrow .innerOP .collapseLabel {
  background: #1d1f21;
}
.theme_tomorrow .innerPost .bottomGradient {
  background: linear-gradient(transparent, #282a2e) !important;
}
.theme_tomorrow .innerOP .bottomGradient {
  background: linear-gradient(transparent, #1d1f21) !important;
}
.theme_tomorrow .hljs-comment,
.theme_tomorrow .hljs-quote {
  color: #999999;
}
.theme_tomorrow .hljs-variable,
.theme_tomorrow .hljs-template-variable,
.theme_tomorrow .hljs-tag,
.theme_tomorrow .hljs-name,
.theme_tomorrow .hljs-selector-id,
.theme_tomorrow .hljs-selector-class,
.theme_tomorrow .hljs-regexp,
.theme_tomorrow .hljs-deletion {
  color: #f2777a;
}
.theme_tomorrow .hljs-number,
.theme_tomorrow .hljs-built_in,
.theme_tomorrow .hljs-builtin-name,
.theme_tomorrow .hljs-literal,
.theme_tomorrow .hljs-type,
.theme_tomorrow .hljs-params,
.theme_tomorrow .hljs-meta,
.theme_tomorrow .hljs-link {
  color: #f99157;
}
.theme_tomorrow .hljs-attribute {
  color: #ffcc66;
}
.theme_tomorrow .hljs-string,
.theme_tomorrow .hljs-symbol,
.theme_tomorrow .hljs-bullet,
.theme_tomorrow .hljs-addition {
  color: #99cc99;
}
.theme_tomorrow .hljs-title,
.theme_tomorrow .hljs-section {
  color: #6699cc;
}
.theme_tomorrow .hljs-keyword,
.theme_tomorrow .hljs-selector-tag {
  color: #cc99cc;
}
.theme_tomorrow .hljs {
  display: block;
  overflow-x: auto;
  background: #2d2d2d;
  color: #cccccc;
  padding: 0.5em;
}
.theme_tomorrow .hljs-emphasis {
  font-style: italic;
}
.theme_tomorrow .hljs-strong {
  font-weight: bold;
}
.theme_tomorrow #subpageWrapper > div {
  background-color: inherit;
}
.theme_tomorrow #divLatestPosts .latestPostCell {
  background: inherit;
}

.theme_christmas_tomorrow {
  background: #1d1f21 none;
  color: #C5C8C6;
  font-family: arial, helvetica, sans-serif;
  /*Nav*/
  /*Index*/
  /*boards.js*/
  /*boardManagement, logs*/
  /*Board Header*/
  /*Post form*/
  /*Quick reply box*/
  /*Posts*/
  /*hover reply box*/
  /*text formatting*/
  /*Board pages menu*/
  /*report form*/
  /*hidepreview*/
  /* Tomorrow Night Eighties Theme */
  /* Original theme - https://github.com/chriskempson/tomorrow-theme */
  /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  /* Tomorrow Comment */
  /* Tomorrow Red */
  /* Tomorrow Orange */
  /* Tomorrow Yellow */
  /* Tomorrow Green */
  /* Tomorrow Blue */
  /* Tomorrow Purple */
}
.theme_christmas_tomorrow #divOekaki {
  background-color: #282a2e;
}
.theme_christmas_tomorrow a, .theme_christmas_tomorrow .reportdeletebuttons {
  color: #81a2be;
  text-decoration: none;
}
.theme_christmas_tomorrow .linkQuote, .theme_christmas_tomorrow .linkSelf {
  color: #81a2be !important;
}
.theme_christmas_tomorrow a:hover {
  color: #5F89AC;
}
.theme_christmas_tomorrow .linkQuote:hover, .theme_christmas_tomorrow .linkSelf:hover {
  color: #5F89AC !important;
}
.theme_christmas_tomorrow #settingsMenu > div:nth-child(3), .theme_christmas_tomorrow #settingsMenu > div:nth-child(4) {
  background-color: #282a2e !important;
  border-color: #444 !important;
}
.theme_christmas_tomorrow hr {
  background-color: #282a2e;
  border: 0;
  height: 1px;
  clear: left;
}
.theme_christmas_tomorrow .red {
  color: #C5C8C6;
}
.theme_christmas_tomorrow nav {
  background: #282a2e;
  color: #C5C8C6;
  border-bottom: 1px solid #111;
  z-index: 100;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.theme_christmas_tomorrow #topBox {
  text-align: center;
  font-size: 16px;
  padding: 10px 0 20px 0;
}
.theme_christmas_tomorrow #innerWrapper > div, .theme_christmas_tomorrow .infoBox {
  border: none;
  background: none;
}
.theme_christmas_tomorrow .linkPost img {
  padding: 6px 0 6px 0;
}
.theme_christmas_tomorrow footer {
  background: none;
  font-size: 10px;
  margin: 20px 0 10px 0;
}
.theme_christmas_tomorrow #boardsCellHeader span {
  background: #282a2e;
  border: 1px solid #111;
  color: #C5C8C6;
}
.theme_christmas_tomorrow .boardsCell:nth-of-type(2n+1) span {
  background-color: #282a2e;
}
.theme_christmas_tomorrow .settings {
  background: none;
  border: none;
}
.theme_christmas_tomorrow .logCell {
  font-weight: bold;
  font-size: 15px;
  margin: 10px;
  padding: 0 5px 0 0;
}
.theme_christmas_tomorrow .logCell p span {
  font-weight: normal;
  padding: 10px;
}
.theme_christmas_tomorrow #bannerImage {
  border: 1px solid #a9a9a9;
  margin-top: -5px;
  margin-bottom: 15px;
}
.theme_christmas_tomorrow #modeBanner {
  background-color: #1d1f21;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  margin: 1em 0;
}
.theme_christmas_tomorrow .boardHeader p {
  font-family: tahoma;
  color: #C5C8C6;
}
.theme_christmas_tomorrow .boardHeader p#labelName {
  font-weight: bold;
  font-size: 22pt;
}
.theme_christmas_tomorrow .boardHeader a {
  font-family: arial, sans-serif;
  font-size: 12px;
}
.theme_christmas_tomorrow #divMessage {
  text-align: center;
  color: #F20;
  font-size: 12px;
  font-weight: bold;
}
.theme_christmas_tomorrow .form-post th {
  background: #282a2e;
  border: 1px solid #111;
  color: #C5C8C6;
}
.theme_christmas_tomorrow input, .theme_christmas_tomorrow button, .theme_christmas_tomorrow textarea {
  padding: 3px 4px 3px;
  border: 1px solid #282a2e;
  background-color: #444;
  color: #BBB;
}
.theme_christmas_tomorrow input:focus, .theme_christmas_tomorrow button:focus, .theme_christmas_tomorrow textarea:focus {
  border: 1px solid #C5C8C6;
}
.theme_christmas_tomorrow #quick-reply table {
  background: #282a2e;
  border: 1px solid #111;
  color: #C5C8C6;
}
.theme_christmas_tomorrow #post-form-inner th {
  background: #282a2e !important;
  border: 1px solid #111;
  color: #C5C8C6;
  text-align: center;
  padding: 2px 0;
  border: 1px solid #222;
}
.theme_christmas_tomorrow #quick-reply th .handle {
  color: #C5C8C6;
  font-size: 13px;
}
.theme_christmas_tomorrow .labelSubject {
  color: #446655;
  font-weight: bold;
  font-size: 13px;
}
.theme_christmas_tomorrow .innerPost {
  background-color: #282a2e;
  border: 1px solid #282a2e;
  max-width: 95%;
}
.theme_christmas_tomorrow .innerPost .uploadCell img {
  padding: 6px;
  margin-right: 20px;
}
.theme_christmas_tomorrow .markedPost {
  background-color: #1d1d21;
  border: 1px solid #111;
}
.theme_christmas_tomorrow #divThreads .linkSelf, .theme_christmas_tomorrow #divThreads .linkQuote {
  color: #C5C8C6;
}
.theme_christmas_tomorrow #divThreads .linkSelf:hover, .theme_christmas_tomorrow #divThreads .linkQuote:hover {
  color: #5F89AC;
}
.theme_christmas_tomorrow .divMessage {
  font-size: 13px;
  margin: 12px 19px 12px 28px;
  padding: 0 5px 0 0;
}
.theme_christmas_tomorrow .quoteLink {
  color: #81a2be;
}
.theme_christmas_tomorrow .noEmailName, .theme_christmas_tomorrow .noEmailName:hover {
  font-size: 13px;
  color: #C5C8C6;
}
.theme_christmas_tomorrow .labelRole {
  color: #F00000 !important;
  background-color: #000;
  padding: 2px 5px;
  border-radius: 10px;
  font-weight: normal;
}
.theme_christmas_tomorrow .linkName:link {
  font-size: 13px;
  color: #81a2be;
}
.theme_christmas_tomorrow .linkName:link:hover {
  color: #D00;
}
.theme_christmas_tomorrow .panelBacklinks, .theme_christmas_tomorrow .uploadCell, .theme_christmas_tomorrow .labelLastEdit, .theme_christmas_tomorrow .labelOmission {
  font-size: 11px;
  background: transparent !important;
  border: none !important;
}
.theme_christmas_tomorrow .labelOmission {
  color: #707070;
  margin-top: 1em;
}
.theme_christmas_tomorrow .contentOmissionIndicator {
  margin: 15px 0 5px 10px;
}
.theme_christmas_tomorrow .divBanMessage {
  font-size: 14px;
  color: #ed1c24;
  margin: 0 10px 7px 10px;
}
.theme_christmas_tomorrow .quoteblock {
  background: none !important;
}
.theme_christmas_tomorrow .quoteblock .labelCreated, .theme_christmas_tomorrow .quoteblock .linkQuote, .theme_christmas_tomorrow .quoteblock .labelRole, .theme_christmas_tomorrow .quoteblock .spanId, .theme_christmas_tomorrow .quoteblock .linkSelf {
  font-size: 12px;
  color: #C5C8C6;
}
.theme_christmas_tomorrow .greenText {
  color: #adbd68;
}
.theme_christmas_tomorrow span.spoiler {
  background: #000;
  color: #000;
}
.theme_christmas_tomorrow .spoiler:hover {
  color: #FFF;
  background-color: #000;
}
.theme_christmas_tomorrow .redText {
  font-size: 14px;
  color: #F20;
}
.theme_christmas_tomorrow .catalogCell {
  background: rgba(0, 0, 0, 0.05);
}
.theme_christmas_tomorrow .catalogCell .divMessage {
  min-width: 0;
  margin: 0;
}
.theme_christmas_tomorrow .catalogCell:hover .divMessage {
  background: #1c1d1f;
  outline: none;
}
.theme_christmas_tomorrow .linkThumb img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(153, 153, 153, 0);
}
.theme_christmas_tomorrow .threadPages, .theme_christmas_tomorrow .boardPages {
  color: #C5C8C6;
  background: none;
  border: none;
  font-size: 15px;
  margin-top: 25px;
}
.theme_christmas_tomorrow .threadPages span {
  color: #C5C8C6;
}
.theme_christmas_tomorrow #divPages {
  background: none;
}
.theme_christmas_tomorrow .contentAction {
  background-color: #282a2e;
  border: 1px solid #282a2e;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 25%;
  min-width: 300px;
}
.theme_christmas_tomorrow #reportFieldReason {
  margin-left: 2.1em;
}
.theme_christmas_tomorrow #deletionFieldPassword {
  margin-left: 1em;
}
.theme_christmas_tomorrow img#captchaImageReport {
  margin-left: auto;
  margin-right: auto;
}
.theme_christmas_tomorrow .linkPreview {
  visibility: collapse;
}
.theme_christmas_tomorrow .linkPreview + .linkSelf {
  margin-left: -50px; /*Move post number over Preview*/
}
.theme_christmas_tomorrow .divMessage {
  min-width: 300px; /*fix post number position*/
}
.theme_christmas_tomorrow .quoteblock .linkSelf {
  margin-left: 0; /*Fix hover post box*/
}
.theme_christmas_tomorrow .catalogCell .divMessage {
  min-width: 0; /*Fix calalog*/
}
.theme_christmas_tomorrow .brackets:after, .theme_christmas_tomorrow .brackets:before {
  color: #C5C8C6;
}
.theme_christmas_tomorrow .extraMenu div {
  background-color: #1d1f21;
}
.theme_christmas_tomorrow .extraMenu div:hover {
  color: #1d1f21;
  background-color: #C5C8C6;
}
.theme_christmas_tomorrow .hiddenThread {
  background-color: #1d1f21;
}
.theme_christmas_tomorrow .innerPost .expandLabel,
.theme_christmas_tomorrow .innerPost .collapseLabel,
.theme_christmas_tomorrow .markedPost .expandLabel,
.theme_christmas_tomorrow .markedPost .collapseLabel {
  background: #282a2e;
}
.theme_christmas_tomorrow .innerOP .expandLabel,
.theme_christmas_tomorrow .innerOP .collapseLabel {
  background: #1d1f21;
}
.theme_christmas_tomorrow .innerPost .bottomGradient {
  background: linear-gradient(transparent, #282a2e) !important;
}
.theme_christmas_tomorrow .innerOP .bottomGradient {
  background: linear-gradient(transparent, #1d1f21) !important;
}
.theme_christmas_tomorrow .hljs-comment,
.theme_christmas_tomorrow .hljs-quote {
  color: #999999;
}
.theme_christmas_tomorrow .hljs-variable,
.theme_christmas_tomorrow .hljs-template-variable,
.theme_christmas_tomorrow .hljs-tag,
.theme_christmas_tomorrow .hljs-name,
.theme_christmas_tomorrow .hljs-selector-id,
.theme_christmas_tomorrow .hljs-selector-class,
.theme_christmas_tomorrow .hljs-regexp,
.theme_christmas_tomorrow .hljs-deletion {
  color: #f2777a;
}
.theme_christmas_tomorrow .hljs-number,
.theme_christmas_tomorrow .hljs-built_in,
.theme_christmas_tomorrow .hljs-builtin-name,
.theme_christmas_tomorrow .hljs-literal,
.theme_christmas_tomorrow .hljs-type,
.theme_christmas_tomorrow .hljs-params,
.theme_christmas_tomorrow .hljs-meta,
.theme_christmas_tomorrow .hljs-link {
  color: #f99157;
}
.theme_christmas_tomorrow .hljs-attribute {
  color: #ffcc66;
}
.theme_christmas_tomorrow .hljs-string,
.theme_christmas_tomorrow .hljs-symbol,
.theme_christmas_tomorrow .hljs-bullet,
.theme_christmas_tomorrow .hljs-addition {
  color: #99cc99;
}
.theme_christmas_tomorrow .hljs-title,
.theme_christmas_tomorrow .hljs-section {
  color: #6699cc;
}
.theme_christmas_tomorrow .hljs-keyword,
.theme_christmas_tomorrow .hljs-selector-tag {
  color: #cc99cc;
}
.theme_christmas_tomorrow .hljs {
  display: block;
  overflow-x: auto;
  background: #2d2d2d;
  color: #cccccc;
  padding: 0.5em;
}
.theme_christmas_tomorrow .hljs-emphasis {
  font-style: italic;
}
.theme_christmas_tomorrow .hljs-strong {
  font-weight: bold;
}

.theme_hadmut {
  background: #f8f8f8 !important;
}
.theme_hadmut .labelSubject {
  color: #929292;
  font-size: 1.5rem;
}
.theme_hadmut a {
  color: #e65e1a;
}
.theme_hadmut .floatingMenu, .theme_hadmut .innerPost, .theme_hadmut .markedPost, .theme_hadmut .topBoards a {
  background: #ccf;
  border-color: blue;
  -webkit-box-shadow: 0.2rem 0.3rem 0.2rem 0.05rem rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0.2rem 0.3rem 0.2rem 0.05rem rgba(0, 0, 0, 0.6);
  box-shadow: 0.2rem 0.3rem 0.2rem 0.05rem rgba(0, 0, 0, 0.6);
  border-style: solid;
  border-width: 0.2em;
  -webkit-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -ms-border-radius: 0.7em;
  border-radius: 0.7em;
  margin: 1em 2em 0.5em 1em;
  min-height: 2.3em;
}
.theme_hadmut #labelName {
  margin: 3rem 0 0 0;
  padding: 0;
  font-size: 60px;
}
.theme_hadmut #divMessage {
  color: #929292;
  margin: 0 0 2em 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
}
.theme_hadmut .divPosts .postCell .innerPost::before, .theme_hadmut .divPosts .postCell .markedPost::before {
  display: none;
}
.theme_hadmut .reportdeletebuttons.brackets {
  color: #e65e1a;
}
.theme_hadmut .hideButton, .theme_hadmut .unhideButton {
  float: right;
}
.theme_hadmut .opHead > .extraMenuButton > .iconReport {
  opacity: 0;
}
.theme_hadmut .linkName.noEmailName {
  color: #000;
}
.theme_hadmut .linkReply.brackets, .theme_hadmut .linkLast.brackets {
  text-decoration: none;
}
.theme_hadmut .brackets::after {
  content: " »";
}
.theme_hadmut .brackets::after, .theme_hadmut .brackets::before {
  text-decoration: none;
  display: contents;
  color: #e65e1a;
}
.theme_hadmut .brackets::before {
  display: none;
}
.theme_hadmut hr {
  padding: 0 0 1rem 0;
  margin: 1rem 0 1.2rem 0;
  border-style: none none solid none;
  border-width: 0.1em;
  border-color: #929292;
}
.theme_hadmut .opHead > .labelSubject {
  display: block;
  /* margin-bottom: 0.3em; */
}
.theme_hadmut .opHead > .deletionCheckBox {
  display: none;
}
.theme_hadmut .opHead > .linkName.noEmailName {
  display: none;
}
.theme_hadmut #threadList {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.theme_hadmut .innerPost .panelUploads .uploadCell, .theme_hadmut .markedPost .panelUploads .uploadCell {
  background: none;
  border: none;
}
.theme_hadmut #selectedDiv .selectedCell, .theme_hadmut #selectedDivQr .selectedCell, .theme_hadmut .innerOP .panelUploads .uploadCell {
  background: none;
  border: none;
}
.theme_hadmut .pinIndicator {
  float: right;
}
.theme_hadmut .labelLastEdit {
  display: none;
}
.theme_hadmut #postingForm th, .theme_hadmut .modalTableBody th {
  background: none;
  color: #000;
}
.theme_hadmut #postingTable {
  -webkit-box-shadow: 0.2rem 0.3rem 0.2rem 0.05rem rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0.2rem 0.3rem 0.2rem 0.05rem rgba(0, 0, 0, 0.6);
  box-shadow: 0.2rem 0.3rem 0.2rem 0.05rem rgba(0, 0, 0, 0.6);
  border-style: solid;
  border-color: #929292;
  border-width: 0.2em;
  background-color: #dfdfdf;
  -webkit-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -ms-border-radius: 0.7em;
  border-radius: 0.7em;
  border-color: #929292;
  border-width: 0.22em;
  padding: 0.4em 0.4em 0.4em 0.4em;
}
.theme_hadmut .postingInput, .theme_hadmut #oekakiWidth, .theme_hadmut #oekakiHeight {
  border: 0.25em inset rgb(248, 248, 248);
  background: #f8f8f8;
}
.theme_hadmut .opHead > .imgFlag {
  float: left;
  margin-right: 5px;
}

.theme_green .topBoards a, .theme_green .innerPost, .theme_green .markedPost, .theme_green .floatingMenu {
  background: #92D17E;
}
.theme_green .innerPost .panelUploads .uploadCell, .theme_green .markedPost .panelUploads .uploadCell {
  background: #fff;
  border: #000 1px solid;
}
.theme_green innerOP .panelUploads .uploadCell, .theme_green #selectedDiv .selectedCell, .theme_green #selectedDivQr .selectedCell {
  background: #fff;
  border: #000 1px solid;
}
.theme_green #postingForm th, .theme_green .modalTableBody th {
  background: #317055;
}

.theme_minimal {
  /* Background Color from Media in OP */
  /* Font Color from Media in OP */
  /* Label Color from Media in OP */
  /* Label Color from Media in OP */
  /* Background Color from Media in Multi Uploads */
  /* Font Color from Media in Multi Uploads */
  /* Labels from Media in Multi Uploads */
  /* .postCell > div.innerPost > div.contentOverflow > div.panelUploads.multipleUploads > .uploadCell > div.uploadDetails > span.sizeLabel, .postCell > div.innerPost > div.contentOverflow > div.panelUploads.multipleUploads > .uploadCell > div.uploadDetails >  .dimensionLabel{
    font-size: 11px;
    font-style: italic;
    color: #aac
  } */
  /* Background Color from Media in Single Uploads */
  /* Font Color from Media in Single Uploads */
  /* Labels from Media in Single Uploads */
  /* .postCell > div.innerPost > div.contentOverflow > div.panelUploads > .uploadCell >  div.uploadDetails > .dimensionLabel, .postCell > div.innerPost > div.contentOverflow > div.panelUploads > .uploadCell >  div.uploadDetails > .sizeLabel{
    font-size: 11px;
    font-style: italic;
    color: #aac
  } */
  /* Remove some elements */
  /* Hide originalName link and break line */
  /* Hide upload details in tooltips */
}
.theme_minimal #selectedDiv .selectedCell, .theme_minimal #selectedDivQr .selectedCell, .theme_minimal .innerOP .panelUploads .uploadCell {
  background-color: #eee;
  background-image: none;
  border-color: #eee;
}
.theme_minimal .uploadDetails {
  color: #eee;
}
.theme_minimal .dimensionLabel, .theme_minimal .sizeLabel, .theme_minimal .uploadDetails .linkDelete, .theme_minimal .uploadDetails .linkHash, .theme_minimal .uploadDetails .linkSpoil {
  font-size: 11px;
  font-style: italic;
  color: inherit;
  opacity: 0;
}
.theme_minimal .dimensionLabel:hover, .theme_minimal .sizeLabel:hover {
  opacity: 1;
  color: rgb(0, 0, 0);
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.theme_minimal .postCell > div.innerPost > div.contentOverflow > div.panelUploads.multipleUploads > .uploadCell {
  background-color: #aac;
  background-image: none;
  border-color: #aac;
}
.theme_minimal .postCell > div.innerPost > div.contentOverflow > div.panelUploads.multipleUploads > .uploadCell > div.uploadDetails {
  color: #aac;
}
.theme_minimal .postCell > div.innerPost > div.contentOverflow > div.panelUploads > .uploadCell {
  background-color: #aac;
  background-image: none;
  border-color: #aac;
}
.theme_minimal .postCell > div.innerPost > div.contentOverflow > div.panelUploads > .uploadCell > div.uploadDetails {
  color: #aac;
}
.theme_minimal .labelCreated {
  display: none;
}
.theme_minimal #rules_row {
  display: none;
}
.theme_minimal .divPosts .postCell .innerPost::before, .theme_minimal .divPosts .postCell .markedPost::before {
  content: "";
}
.theme_minimal div#postingForm > form > table#postingTable > tbody > tr > th {
  display: none;
}
.theme_minimal .divPages {
  border-style: none;
}
.theme_minimal #linkNext, .theme_minimal #linkPrevious, .theme_minimal #pages, .theme_minimal .divPages .navCatalog {
  border-style: none;
}
.theme_minimal #divPages {
  border-style: none;
}
.theme_minimal div.uploadDetails > br, .theme_minimal .originalNameLink {
  display: none;
}
.theme_minimal div.quoteTooltip.boardThreadList > div.innerPost > div.contentOverflow > div.panelUploads > figure.uploadCell > div.uploadDetails, .theme_minimal div.quoteTooltip.boardThreadListtooltipFix > div.innerPost > div.panelUploads.multipleUploads > figure.uploadCell > div.uploadDetails, .theme_minimal div.quoteTooltip.boardThreadListtooltipFix > div.innerPost > div.panelUploads > figure.uploadCell > div.uploadDetails {
  display: none;
}
.theme_minimal .deletionCheckBox {
  opacity: 0;
}
.theme_minimal .deletionCheckBox:hover {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}

.theme_darkreader {
  background: rgb(34, 36, 38);
  color: #e8e6e3;
}
.theme_darkreader .floatingMenu, .theme_darkreader .innerPost, .theme_darkreader .markedPost, .theme_darkreader .topBoards a {
  background-color: rgb(50, 50, 83);
}
.theme_darkreader html, .theme_darkreader body, .theme_darkreader input, .theme_darkreader textarea, .theme_darkreader select, .theme_darkreader button {
  color: #e8e6e3;
}
.theme_darkreader .linkQuote {
  color: rgb(232, 230, 227) !important;
}
.theme_darkreader .linkQuote:hover {
  color: rgb(232, 230, 227) !important;
}
.theme_darkreader .linkSelf {
  color: rgb(232, 230, 227) !important;
}
.theme_darkreader .linkSelf:hover {
  color: rgb(232, 230, 227) !important;
}
.theme_darkreader .noEmailName, .theme_darkreader .noEmailName:hover {
  color: rgb(92, 136, 214);
}
.theme_darkreader a:link {
  color: rgb(121, 159, 225);
}
.theme_darkreader h2 {
  color: rgb(232, 230, 227);
  background-color: rgb(39, 41, 90);
}
.theme_darkreader .menu_title {
  background-color: rgb(39, 41, 90);
}
.theme_darkreader .labelOmission {
  color: rgb(168, 160, 149);
}
.theme_darkreader .greenText {
  color: rgb(121, 255, 255);
}
.theme_darkreader .brackets::after, .theme_darkreader .brackets::before {
  color: rgb(232, 230, 227);
}
.theme_darkreader #selectedDiv .selectedCell, .theme_darkreader #selectedDivQr .selectedCell, .theme_darkreader .innerOP .panelUploads .uploadCell {
  background-color: rgb(43, 47, 49);
  background-image: none;
  border-color: rgb(72, 78, 81);
}
.theme_darkreader * {
  scrollbar-color: #454a4d #202324;
}
.theme_darkreader input, .theme_darkreader textarea, .theme_darkreader select, .theme_darkreader button {
  background-color: #181a1b;
}
.theme_darkreader .postingInput {
  border-color: rgb(72, 78, 81);
}
.theme_darkreader #postingForm th, .theme_darkreader .modalTableBody th {
  color: rgb(232, 230, 227);
  background-color: rgb(39, 41, 90);
}
.theme_darkreader .reportdeletebuttons, .theme_darkreader a {
  color: rgb(121, 159, 225);
}
.theme_darkreader input, .theme_darkreader textarea, .theme_darkreader select, .theme_darkreader button {
  background-color: #181a1b;
}
.theme_darkreader html, .theme_darkreader body, .theme_darkreader input, .theme_darkreader textarea, .theme_darkreader select, .theme_darkreader button {
  border-color: #736b5e;
  color: #e8e6e3;
}
.theme_darkreader .dropzone {
  color: rgba(232, 230, 227, 0.5);
  border-color: rgba(99, 92, 81, 0.4);
  background-color: rgba(55, 60, 62, 0.5);
}
.theme_darkreader #divOekaki {
  background-color: rgb(24, 26, 27);
}
.theme_darkreader .innerPost .panelUploads .uploadCell, .theme_darkreader .markedPost .panelUploads .uploadCell {
  background-color: rgb(61, 61, 92);
  background-image: none;
  border-color: #484e51;
}
.theme_darkreader .innerPost .collapseLabel, .theme_darkreader .innerPost .expandLabel, .theme_darkreader .markedPost .collapseLabel, .theme_darkreader .markedPost .expandLabel {
  background-color: rgb(50, 50, 83);
  background-image: none;
}
.theme_darkreader .innerPost .bottomGradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(50, 50, 83));
}
.theme_darkreader #settingsMenu > div:nth-child(4) {
  border-left-color: rgb(54, 54, 89);
  background-color: rgb(34, 36, 38);
  background-image: none;
  border-bottom-color: rgb(54, 54, 89);
  border-right-color: rgb(54, 54, 89);
}
.theme_darkreader #settingsMenu > div:nth-child(3) {
  border-left-color: rgb(54, 54, 89);
  background-color: rgb(34, 36, 38);
  background-image: none;
  border-right-color: rgb(54, 54, 89);
  border-top-color: rgb(54, 54, 89);
}
.theme_darkreader #settingsMenu > .header {
  background-color: rgb(39, 41, 90);
  background-image: none;
  color: rgb(232, 230, 227);
}
.theme_darkreader #settingsMenu {
  border-color: rgb(63, 65, 144);
}
.theme_darkreader ul.boardlist li:hover, .theme_darkreader ul.toplist li:hover {
  background-color: rgb(43, 47, 49);
  background-image: none;
}
.theme_darkreader .innerOP .collapseLabel, .theme_darkreader .innerOP .expandLabel {
  background-color: rgb(34, 36, 38);
  background-image: none;
}
.theme_darkreader .innerOP .bottomGradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(34, 36, 38));
}
.theme_darkreader #indexWrapper #indexLeft > div, .theme_darkreader #indexWrapper #indexRight > div, .theme_darkreader #redirect > div, .theme_darkreader #subpageWrapper > div, .theme_darkreader .kCard .kBody {
  background-color: rgb(43, 47, 49);
  border-left-color: rgb(63, 65, 144);
  border-right-color: rgb(63, 65, 144);
  border-bottom-color: rgb(63, 65, 144);
}
.theme_darkreader #divLatestPosts .latestPostCell {
  background-color: rgb(50, 50, 83);
  background-image: none;
}
.theme_darkreader #divLatestImages img {
  border-color: rgb(140, 130, 115);
}
.theme_darkreader #bannerImage {
  border-color: rgb(140, 130, 115);
}
.theme_darkreader .modalInnerDecorationPanel, .theme_darkreader .post-table {
  background-color: rgb(34, 36, 38);
}
.theme_darkreader .modalDecorationPanel {
  background-color: rgb(50, 50, 83);
  background-image: none;
}
.theme_darkreader #quick-reply .handle, .theme_darkreader .modalHeader {
  background-color: rgb(39, 41, 90);
  background-image: none;
  color: rgb(232, 230, 227);
}
.theme_darkreader .captchaTimer {
  background-color: rgb(34, 36, 38);
  background-image: none;
  border-color: rgb(140, 130, 115);
}
.theme_darkreader .extraMenu div:hover {
  background-color: rgb(43, 47, 49);
  background-image: none;
}
.theme_darkreader #quick-reply table {
  outline-color: rgb(63, 65, 144);
}
.theme_darkreader #quick-reply table, .theme_darkreader .modalDecorationPanel {
  background-color: rgb(34, 36, 38);
}
.theme_darkreader #quick-reply .handle, .theme_darkreader .modalHeader {
  background-color: rgb(39, 41, 90);
  color: rgb(232, 230, 227);
}
.theme_darkreader .handle a {
  color: rgb(232, 230, 227);
}
.theme_darkreader .hiddenThread {
  background-color: rgb(43, 47, 49);
  background-image: none;
  border-color: rgb(63, 65, 144);
}
.theme_darkreader .redText {
  color: rgb(245, 84, 89);
}
.theme_darkreader .orangeText {
  color: rgb(255, 107, 47);
}
.theme_darkreader .catalogCell:hover {
  background-color: rgb(50, 50, 83);
  background-image: none;
}
.theme_darkreader .catalogCell:focus .divMessage, .theme_darkreader .catalogCell:hover .divMessage {
  background-color: rgb(50, 50, 83);
  background-image: none;
  outline-color: rgb(50, 50, 83);
}
.theme_darkreader .catalogCell .labelSubject {
  color: rgb(209, 71, 71);
}
.theme_darkreader #topNav.fixed {
  position: fixed;
  background: #222426;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) !important;
}
.theme_darkreader .boardlist {
  background: rgb(50, 50, 83);
}

.theme_darkreader_minimal {
  background: rgb(34, 36, 38);
  color: #e8e6e3;
  /* MINIMAL PART */
  /* Background Color from Media in OP */
  /* Font Color from Media in OP */
  /* Label Color from Media in OP */
  /* Label Color from Media in OP */
  /* Background Color from Media in Multi Uploads */
  /* Font Color from Media in Multi Uploads */
  /* Background Color from Media in Single Uploads */
  /* Font Color from Media in Single Uploads */
  /* Remove some elements */
  /* Hide upload details in tooltips */
}
.theme_darkreader_minimal .floatingMenu, .theme_darkreader_minimal .innerPost, .theme_darkreader_minimal .markedPost, .theme_darkreader_minimal .topBoards a {
  background-color: rgb(50, 50, 83);
}
.theme_darkreader_minimal html, .theme_darkreader_minimal body, .theme_darkreader_minimal input, .theme_darkreader_minimal textarea, .theme_darkreader_minimal select, .theme_darkreader_minimal button {
  color: #e8e6e3;
}
.theme_darkreader_minimal .linkQuote {
  color: rgb(232, 230, 227) !important;
}
.theme_darkreader_minimal .linkQuote:hover {
  color: rgb(232, 230, 227) !important;
}
.theme_darkreader_minimal .linkSelf {
  color: rgb(232, 230, 227) !important;
}
.theme_darkreader_minimal .linkSelf:hover {
  color: rgb(232, 230, 227) !important;
}
.theme_darkreader_minimal .noEmailName, .theme_darkreader_minimal .noEmailName:hover {
  color: rgb(92, 136, 214);
}
.theme_darkreader_minimal a:link {
  color: rgb(121, 159, 225);
}
.theme_darkreader_minimal h2 {
  color: rgb(232, 230, 227);
  background-color: rgb(39, 41, 90);
}
.theme_darkreader_minimal .menu_title {
  background-color: rgb(39, 41, 90);
}
.theme_darkreader_minimal .labelOmission {
  color: rgb(168, 160, 149);
}
.theme_darkreader_minimal .greenText {
  color: rgb(121, 255, 255);
}
.theme_darkreader_minimal .brackets::after, .theme_darkreader_minimal .brackets::before {
  color: rgb(232, 230, 227);
}
.theme_darkreader_minimal #selectedDiv .selectedCell, .theme_darkreader_minimal #selectedDivQr .selectedCell, .theme_darkreader_minimal .innerOP .panelUploads .uploadCell {
  background-color: rgb(43, 47, 49);
  background-image: none;
  border-color: rgb(72, 78, 81);
}
.theme_darkreader_minimal * {
  scrollbar-color: #454a4d #202324;
}
.theme_darkreader_minimal input, .theme_darkreader_minimal textarea, .theme_darkreader_minimal select, .theme_darkreader_minimal button {
  background-color: #181a1b;
}
.theme_darkreader_minimal .postingInput {
  border-color: rgb(72, 78, 81);
}
.theme_darkreader_minimal #postingForm th, .theme_darkreader_minimal .modalTableBody th {
  color: rgb(232, 230, 227);
  background-color: rgb(39, 41, 90);
}
.theme_darkreader_minimal .reportdeletebuttons, .theme_darkreader_minimal a {
  color: rgb(121, 159, 225);
}
.theme_darkreader_minimal input, .theme_darkreader_minimal textarea, .theme_darkreader_minimal select, .theme_darkreader_minimal button {
  background-color: #181a1b;
}
.theme_darkreader_minimal html, .theme_darkreader_minimal body, .theme_darkreader_minimal input, .theme_darkreader_minimal textarea, .theme_darkreader_minimal select, .theme_darkreader_minimal button {
  border-color: #736b5e;
  color: #e8e6e3;
}
.theme_darkreader_minimal .dropzone {
  color: rgba(232, 230, 227, 0.5);
  border-color: rgba(99, 92, 81, 0.4);
  background-color: rgba(55, 60, 62, 0.5);
}
.theme_darkreader_minimal #divOekaki {
  background-color: rgb(24, 26, 27);
}
.theme_darkreader_minimal .innerPost .panelUploads .uploadCell, .theme_darkreader_minimal .markedPost .panelUploads .uploadCell {
  background-color: rgb(61, 61, 92);
  background-image: none;
  border-color: #484e51;
}
.theme_darkreader_minimal .innerPost .collapseLabel, .theme_darkreader_minimal .innerPost .expandLabel, .theme_darkreader_minimal .markedPost .collapseLabel, .theme_darkreader_minimal .markedPost .expandLabel {
  background-color: rgb(50, 50, 83);
  background-image: none;
}
.theme_darkreader_minimal .innerPost .bottomGradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(50, 50, 83));
}
.theme_darkreader_minimal #settingsMenu > div:nth-child(4) {
  border-left-color: rgb(54, 54, 89);
  background-color: rgb(34, 36, 38);
  background-image: none;
  border-bottom-color: rgb(54, 54, 89);
  border-right-color: rgb(54, 54, 89);
}
.theme_darkreader_minimal #settingsMenu > div:nth-child(3) {
  border-left-color: rgb(54, 54, 89);
  background-color: rgb(34, 36, 38);
  background-image: none;
  border-right-color: rgb(54, 54, 89);
  border-top-color: rgb(54, 54, 89);
}
.theme_darkreader_minimal #settingsMenu > .header {
  background-color: rgb(39, 41, 90);
  background-image: none;
  color: rgb(232, 230, 227);
}
.theme_darkreader_minimal #settingsMenu {
  border-color: rgb(63, 65, 144);
}
.theme_darkreader_minimal ul.boardlist li:hover, .theme_darkreader_minimal ul.toplist li:hover {
  background-color: rgb(43, 47, 49);
  background-image: none;
}
.theme_darkreader_minimal .innerOP .collapseLabel, .theme_darkreader_minimal .innerOP .expandLabel {
  background-color: rgb(34, 36, 38);
  background-image: none;
}
.theme_darkreader_minimal .innerOP .bottomGradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(34, 36, 38));
}
.theme_darkreader_minimal #indexWrapper #indexLeft > div, .theme_darkreader_minimal #indexWrapper #indexRight > div, .theme_darkreader_minimal #redirect > div, .theme_darkreader_minimal #subpageWrapper > div, .theme_darkreader_minimal .kCard .kBody {
  background-color: rgb(43, 47, 49);
  border-left-color: rgb(63, 65, 144);
  border-right-color: rgb(63, 65, 144);
  border-bottom-color: rgb(63, 65, 144);
}
.theme_darkreader_minimal #divLatestPosts .latestPostCell {
  background-color: rgb(50, 50, 83);
  background-image: none;
}
.theme_darkreader_minimal #divLatestImages img {
  border-color: rgb(140, 130, 115);
}
.theme_darkreader_minimal #bannerImage {
  border-color: rgb(140, 130, 115);
}
.theme_darkreader_minimal .modalInnerDecorationPanel, .theme_darkreader_minimal .post-table {
  background-color: rgb(34, 36, 38);
}
.theme_darkreader_minimal .modalDecorationPanel {
  background-color: rgb(50, 50, 83);
  background-image: none;
}
.theme_darkreader_minimal #quick-reply .handle, .theme_darkreader_minimal .modalHeader {
  background-color: rgb(39, 41, 90);
  background-image: none;
  color: rgb(232, 230, 227);
}
.theme_darkreader_minimal .captchaTimer {
  background-color: rgb(34, 36, 38);
  background-image: none;
  border-color: rgb(140, 130, 115);
}
.theme_darkreader_minimal .extraMenu div:hover {
  background-color: rgb(43, 47, 49);
  background-image: none;
}
.theme_darkreader_minimal #quick-reply table {
  outline-color: rgb(63, 65, 144);
}
.theme_darkreader_minimal #quick-reply table, .theme_darkreader_minimal .modalDecorationPanel {
  background-color: rgb(34, 36, 38);
}
.theme_darkreader_minimal #quick-reply .handle, .theme_darkreader_minimal .modalHeader {
  background-color: rgb(39, 41, 90);
  color: rgb(232, 230, 227);
}
.theme_darkreader_minimal .handle a {
  color: rgb(232, 230, 227);
}
.theme_darkreader_minimal .hiddenThread {
  background-color: rgb(43, 47, 49);
  background-image: none;
  border-color: rgb(63, 65, 144);
}
.theme_darkreader_minimal .redText {
  color: rgb(245, 84, 89);
}
.theme_darkreader_minimal .orangeText {
  color: rgb(255, 107, 47);
}
.theme_darkreader_minimal .catalogCell:hover {
  background-color: rgb(50, 50, 83);
  background-image: none;
}
.theme_darkreader_minimal .catalogCell:focus .divMessage, .theme_darkreader_minimal .catalogCell:hover .divMessage {
  background-color: rgb(50, 50, 83);
  background-image: none;
  outline-color: rgb(50, 50, 83);
}
.theme_darkreader_minimal .catalogCell .labelSubject {
  color: rgb(209, 71, 71);
}
.theme_darkreader_minimal #topNav.fixed {
  position: fixed;
  background: #222426;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) !important;
}
.theme_darkreader_minimal .boardlist {
  background: rgb(50, 50, 83);
}
.theme_darkreader_minimal #selectedDiv .selectedCell, .theme_darkreader_minimal #selectedDivQr .selectedCell, .theme_darkreader_minimal .innerOP .panelUploads .uploadCell {
  background-color: rgb(34, 36, 38) !important;
  border-color: rgb(34, 36, 38) !important;
}
.theme_darkreader_minimal .uploadDetails {
  color: rgb(34, 36, 38) !important;
}
.theme_darkreader_minimal .dimensionLabel, .theme_darkreader_minimal .sizeLabel, .theme_darkreader_minimal .uploadDetails .linkDelete, .theme_darkreader_minimal .uploadDetails .linkHash, .theme_darkreader_minimal .uploadDetails .linkSpoil {
  color: inherit !important;
  opacity: 0 !important;
}
.theme_darkreader_minimal .dimensionLabel:hover, .theme_darkreader_minimal .sizeLabel:hover {
  opacity: 1 !important;
  color: rgb(255, 255, 255) !important;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.theme_darkreader_minimal .postCell > div.innerPost > div.contentOverflow > div.panelUploads.multipleUploads > .uploadCell {
  background-color: rgb(50, 50, 83) !important;
  border-color: rgb(50, 50, 83) !important;
}
.theme_darkreader_minimal .postCell > div.innerPost > div.contentOverflow > div.panelUploads.multipleUploads > .uploadCell > div.uploadDetails {
  color: rgb(50, 50, 83) !important;
}
.theme_darkreader_minimal .postCell > div.innerPost > div.contentOverflow > div.panelUploads > .uploadCell {
  background-color: rgb(50, 50, 83) !important;
  border-color: rgb(50, 50, 83) !important;
}
.theme_darkreader_minimal .postCell > div.innerPost > div.contentOverflow > div.panelUploads > .uploadCell > div.uploadDetails {
  color: rgb(50, 50, 83) !important;
}
.theme_darkreader_minimal .labelCreated {
  display: none;
}
.theme_darkreader_minimal #rules_row {
  display: none;
}
.theme_darkreader_minimal .divPosts .postCell .innerPost::before, .theme_darkreader_minimal .divPosts .postCell .markedPost::before {
  content: "";
}
.theme_darkreader_minimal div#postingForm > form > table#postingTable > tbody > tr > th {
  display: none;
}
.theme_darkreader_minimal .divPages {
  border-style: none !important;
}
.theme_darkreader_minimal #linkNext, .theme_darkreader_minimal #linkPrevious, .theme_darkreader_minimal #pages, .theme_darkreader_minimal .divPages .navCatalog {
  border-style: none !important;
}
.theme_darkreader_minimal #divPages {
  border-style: none !important;
}
.theme_darkreader_minimal div.uploadDetails > br, .theme_darkreader_minimal .originalNameLink {
  display: none;
}
.theme_darkreader_minimal div.quoteTooltip.boardThreadList > div.innerPost > div.contentOverflow > div.panelUploads > figure.uploadCell > div.uploadDetails, .theme_darkreader_minimal div.quoteTooltip.boardThreadListtooltipFix > div.innerPost > div.panelUploads.multipleUploads > figure.uploadCell > div.uploadDetails, .theme_darkreader_minimal div.quoteTooltip.boardThreadListtooltipFix > div.innerPost > div.panelUploads > figure.uploadCell > div.uploadDetails {
  display: none;
}
.theme_darkreader_minimal .deletionCheckBox {
  opacity: 0;
}
.theme_darkreader_minimal .deletionCheckBox:hover {
  opacity: 1 !important;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}

.theme_yotsubaB {
  font-family: arial, helvetica, sans-serif;
  background: #eef2ff url(/.static/images/7pornw.png) top center repeat-x !important;
  font-size: 10pt !important;
  /* Kohlchan-Yotsuba-B */
  /* You can change the color scheme for this with very simple ease */
  /* Insert into User CSS section of the site under Settings -> CSS */
  /* Body */
  /* Links */
  /* Catalog */
  /* Posts */
  /* Replies */
  /* Posting Form */
  /* Board Information */
  /* "posting mode" information */
  /* quick reply */
  /* Fix for side arrows */
  /* report menu etc */
}
.theme_yotsubaB #topNav {
  box-shadow: none;
}
.theme_yotsubaB #bannerImage {
  border: 1px solid #34345c;
}
.theme_yotsubaB a:hover {
  color: #d00;
}
.theme_yotsubaB a, .theme_yotsubaB a:visited {
  color: #34345c;
}
.theme_yotsubaB a.brackets, .theme_yotsubaB .reportdeletebuttons {
  text-decoration: none;
  color: #34345c !important;
}
.theme_yotsubaB .catalogCell > .catalogHeader > .labelSubject {
  color: black;
}
.theme_yotsubaB .catalogCell {
  background-color: #B7C5D9;
}
.theme_yotsubaB .linkName, .theme_yotsubaB .linkName:hover {
  color: #117743;
  font-weight: 700 !important;
}
.theme_yotsubaB .linkQuote:hover, .theme_yotsubaB .linkSelf:hover {
  font-weight: normal;
  color: #d00 !important;
}
.theme_yotsubaB .innerPost {
  background-color: #D6DAF0; /* Replies */
  border-right: 1px solid #B7C5D9;
  border-bottom: 1px solid #B7C5D9;
}
.theme_yotsubaB .markedPost {
  border-top: none;
  border-left: none;
  border-right: 1px solid #B7C5D9;
  border-bottom: 1px solid #B7C5D9;
  background-color: #D6BAD0;
}
.theme_yotsubaB .panelBacklinks a {
  color: #34345C !important;
  font-style: normal !important;
}
.theme_yotsubaB .panelBacklinks a:hover {
  color: #d00 !important;
}
.theme_yotsubaB .quoteLink, .theme_yotsubaB .quoteLink:hover { /* >>0000 */
  color: #d00;
}
.theme_yotsubaB .uploadDetails {
  background-color: transparent !important;
}
.theme_yotsubaB .greenText {
  color: #789922;
}
.theme_yotsubaB .labelSubject {
  color: #0f0c5d;
  font-size: inherit !important;
}
.theme_yotsubaB #postingForm th {
  background-color: #9988EE;
  color: black;
  border: 1px solid black;
}
.theme_yotsubaB textarea {
  font-family: arial, sans-serif;
  font-size: 10pt;
}
.theme_yotsubaB #labelName, .theme_yotsubaB #siteName {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 28px;
  color: #af0a0f;
}
.theme_yotsubaB h2 {
  background-color: #E04000; /* really bad selector. please make the "Mode: Reply" a class. */
}
.theme_yotsubaB .handle, .theme_yotsubaB #qrclose {
  background-color: #98e !important;
  color: black !important;
}
.theme_yotsubaB #quick-reply {
  border: 1px solid #aaa;
}
.theme_yotsubaB .divPosts .postCell .innerPost:before,
.theme_yotsubaB .divPosts .postCell .markedPost:before {
  margin-left: -20px !important;
  color: #b7c5d9;
  font-size: 10pt;
}
.theme_yotsubaB hr {
  border-top: transparent;
  border-color: #B7C5D9 !important;
}
.theme_yotsubaB .innerPost .panelUploads .uploadCell,
.theme_yotsubaB .markedPost .panelUploads .uploadCell {
  float: left;
  margin: 5px 20px 20px 5px; /* Please improve this */
  background: transparent;
  border: none;
  text-align: left;
  display: inline-block;
  width: auto;
}
.theme_yotsubaB .floatingMenu {
  border: 1px solid #000 !important;
}
.theme_yotsubaB .modalHeader, .theme_yotsubaB .modalTableBody th {
  background-color: #9988EE;
  color: black;
}
/*# sourceMappingURL=maps/style.css.map */
