body {
  background-color: black; 
  color: #e0e0e0;
  font-family: 'Courier New', monospace, sans-serif;
  font-size: 10pt;
  margin: 0 4px;
  padding-left: 4px;
  padding-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.hidden {
  display: none;
}

a, a:visited {
  text-decoration: none;
  color: #ff1493;
  text-shadow: 0 0 5px #ff1493;
}

a:hover, .intro a.post_no:hover {
  color: #ff0000;
  text-shadow: 0 0 10px #ff0000;
}

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

.intro a.post_no {
  color: inherit;
}

.intro a.post_no, p.intro a.email, p.intro a.post_anchor {
  margin: 0;
}

.intro a.email span.name {
  color: #00ffff;
  text-shadow: 0 0 5px #00ffff;
}

.intro a.email:hover span.name {
  color: #ff00ff;
  text-shadow: 0 0 10px #ff00ff;
}

.intro label {
  display: inline;
}

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

h2 {
  color: crimson;
  font-size: 11pt;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 8px crimson;
}

header {
  margin: 1em 0;
}

h1 {
  font-family: 'Courier New', monospace;
  letter-spacing: -1px;
  font-size: 20pt;
  margin: 0;
  text-shadow: 0 0 10px crimson;
}

header div.subtitle, h1 {
  color: #74f10d;
  text-align: center;
}

form {
  margin-bottom: 4em;
}

form table {
  margin: auto;
}

form table input {
  height: auto;
}

input[type="text"], input[type="password"], textarea {
  border: 1px solid #ff1493;
  background: rgba(10, 10, 20, 0.8);
  color: #e0e0e0;
  text-indent: 0;
  text-shadow: 0 0 3px #e0e0e0;
  text-transform: none;
  word-spacing: normal;
  max-width: 100%;
  box-shadow: 0 0 8px #ff1493;
}

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

textarea {
  width: 100%;
}

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

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

form table tr th {
  text-align: left;
  padding: 4px;
}

form table tr th {
  background: rgba(152, 0, 238, 0.5);
  color: #e0e0e0;
  text-shadow: 0 0 5px #e0e0e0;
  box-shadow: 0 0 8px #9800ee;
}

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

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

form table tr td div label {
  font-size: 10px;
}

.unimportant, .unimportant * {
  font-size: 10px;
}

.file {
  float: left;
  margin-right: 2px;
}

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

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

p.fileinfo {
  display: block;
  margin: 0 0 0 20px;
}

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

div.banner {
  background-color: rgba(224, 0, 0, 0.7);
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
  box-shadow: 0 0 15px crimson;
}

div.banner, div.banner a {
  color: white;
  text-shadow: 0 0 8px white;
}

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

.board_image {
  display: block;
  border: 1px solid #ff1493;
  margin: 12px auto 0 auto;
  box-shadow: 0 0 15px #ff1493;
}

.post-image {
  display: block;
  float: left;
  margin: 5px 20px 10px 20px;
  border: none;
  box-shadow: 0 0 10px crimson;
}

.full-image {
  max-width: 98%;
}

div.post .post-image {
  padding: 5px;
  margin: 0 20px 0 0;
}

div.post img.icon {
  display: inline;
  margin: 0 5px;
  padding: 0;
}

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

div.post.op {
  margin-right: 20px;
  margin-bottom: 5px;
}


.intro {
  margin: 0.5em 0;
  padding: 0;
  padding-bottom: 0.2em;
}

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

.intro span.subject {
  color: #00ffff;
  font-weight: bold;
  text-shadow: 0 0 5px #00ffff;
}

.intro span.name {
  color: #00ff00;
  font-weight: bold;
  text-shadow: 0 0 5px #00ff00;
}

.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
  color: #ff0000;
  margin-left: 0;
  text-shadow: 0 0 5px #ff0000;
}

.intro a {
  margin-left: 8px;
}

div.delete {
  float: right;
}

div.post.reply p {
  margin: 0.3em 0 0 0;
}

div.post.reply div.body {
  margin-left: 1.8em;
  margin-top: 0.8em;
  padding-right: 3em;
  padding-bottom: 0.3em;
}

div.post.reply.highlighted {
  background: rgba(214, 186, 208, 0.3);
  box-shadow: 0 0 15px #d6bad0;
}

div.post.reply div.body a {
  color: #ff0000;
  text-shadow: 0 0 5px #ff0000;
}

div.post {
  padding-left: 20px;
}

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

div.post.reply {
  background: rgba(214, 218, 240, 0.1);
  margin: 0.2em 4px;
  padding: 0.2em 0.3em 0.5em 0.6em;
  border-width: 1px;
  border-style: none solid solid none;
  border-color: #ff1493;
  display: inline-block;
  max-width: 94%!important;
  box-shadow: 0 0 10px rgba(255, 20, 147, 0.5);
}

span.trip {
  color: #00ffaa;
  text-shadow: 0 0 5px #00ffaa;
}

span.quote {
  color: #ffff00;
  text-shadow: 0 0 5px #ffff00;
}

span.omitted {
  display: block;
  margin-top: 1em;
}

br.clear {
  clear: left;
  display: block;
}

span.controls {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 80%;
}

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

span.controls a {
  margin: 0;
}

div#wrap {
  width: 900px;
  margin: 0 auto;
  background: rgba(10, 10, 20, 0.7);
  box-shadow: 0 0 30px rgba(220, 20, 60, 0.5);
  padding: 10px;
}

div.ban {
  background: rgba(10, 10, 20, 0.9);
  border: 1px solid #ff1493;
  max-width: 700px;
  margin: 30px auto;
  box-shadow: 0 0 15px #ff1493;
}

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

div.ban h2 {
  background: rgba(152, 0, 238, 0.5);
  color: #e0e0e0;
  font-size: 12pt;
  text-shadow: 0 0 5px #e0e0e0;
}

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

div.ban p.reason {
  font-weight: bold;
}

span.heading {
  color: crimson;
  font-size: 11pt;
  font-weight: bold;
  text-shadow: 0 0 8px crimson;
}

span.spoiler {
  background: black;
  color: black;
  padding: 0 1px;
}

div.post.reply div.body span.spoiler a {
  color: black;
}

span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
  color: white;
  text-shadow: 0 0 5px white;
}

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

div.styles a {
  margin: 0 10px;
}

div.styles a.selected {
  text-decoration: none;
}

table.test {
  width: 100%;
}

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

table.test tr.h th {
  background: rgba(152, 0, 238, 0.5);
  color: #e0e0e0;
  text-shadow: 0 0 5px #e0e0e0;
}

table.test td img {
  margin: 0;
}

fieldset label {
  display: block;
}

div.pages {
  color: #89A;
  background: rgba(214, 218, 240, 0.1);
  display: inline-block;
  padding: 8px;
  margin: 8px 0 4px 0;
  border-right: 1px solid #ff1493;
  border-bottom: 1px solid #ff1493;
  box-shadow: 0 0 8px rgba(255, 20, 147, 0.5);
}

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

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

div.pages a.selected {
  color: #e0e0e0;
  font-weight: bolder;
  text-shadow: 0 0 5px #e0e0e0;
}

div.pages a {
  text-decoration: none;
}

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

div.pages form input {
  margin: 0 5px;
  display: inline;
}

hr {
  border: none;
  border-top: 1px solid #ff1493;
  height: 0;
  clear: left;
  box-shadow: 0 0 5px #ff1493;
}

div.report {
  color: #e0e0e0;
}

table.modlog {
  margin: auto;
  width: 100%;
}

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

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

table.modlog tr th {
  background: rgba(152, 0, 238, 0.5);
  color: #e0e0e0;
  text-shadow: 0 0 5px #e0e0e0;
}

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

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

span.public_ban {
  display: block;
  color: #ff0000;
  font-weight: bold;
  margin-top: 15px;
  text-shadow: 0 0 5px #ff0000;
}

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

div.blotter {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 5px #ff0000;
}

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

table.mod.config-editor td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ff1493;
}

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

.desktop-style div.boardlist:nth-child(1) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 30;
  box-shadow: 0 1px 2px rgba(255, 20, 147, 0.5);
  border-bottom: 1px solid #ff1493;
  background: rgba(10, 10, 20, 0.9);
}

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

.desktop-style .sub {
  background: inherit;
}

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

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

#attention_bar {
  height: 1.5em;
  max-height: 1.5em;
  width: 100%;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  background: rgba(255, 20, 147, 0.2);
}

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

#attention_bar_input {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background: rgba(10, 10, 20, 0.8);
  color: #e0e0e0;
  border: 1px solid #ff1493;
}

#attention_bar:hover {
  background-color: rgba(255, 20, 147, 0.4);
}

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

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

form.ban-appeal textarea {
  display: block;
}

.MathJax_Display {
  display: inline!important;
}

pre {
  margin: 0;
  background: rgba(10, 10, 20, 0.8);
  border: 1px solid #00ffff;
  box-shadow: 0 0 8px #00ffff;
  color: #e0e0e0;
}

.theme-catalog div.thread img {
  float: none!important;
  margin: auto;
  max-height: 150px;
  max-width: 200px;
  box-shadow: 0 0 10px crimson;
  border: 2px solid #ff1493;
}

.theme-catalog div.thread {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px;
  height: 300px;
  width: 205px;
  overflow: hidden;
  position: relative;
  font-size: 11px;
  max-height: 300px;
  background: rgba(10, 10, 20, 0.5);
  border: 2px solid #ff1493;
  box-shadow: 0 0 10px rgba(255, 20, 147, 0.5);
}

.theme-catalog div.thread strong {
  display: block;
}

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

.theme-catalog div.thread:hover {
  background: rgba(214, 218, 240, 0.2);
  border-color: #00ffff;
  box-shadow: 0 0 15px #00ffff;
}

.theme-catalog div.grid-size-vsmall img {
  max-height: 33%;
  max-width: 95%
}

.theme-catalog div.grid-size-vsmall {
  min-width:90px; max-width: 90px;
  max-height: 148px;
}

.theme-catalog div.grid-size-small img {
  max-height: 33%;
  max-width: 95%
}

.theme-catalog div.grid-size-small {
  min-width:140px; max-width: 140px;
  max-height: 192px;
}

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

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

.theme-catalog img.thread-image {
  height: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.cb-menuitem {
  display: table-row;
}

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

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

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

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

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

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

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

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

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

.new-threads {
  text-align: center;
}

#options_handler, #alert_handler {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9900;
  background: rgba(10, 10, 20, 0.9);
  visibility: hidden;
}

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

#options_div, #alert_div {
  background-color: rgba(10, 10, 20, 0.9);
  border: 1px solid #ff1493;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  background: inherit;
  visibility: visible;
  box-shadow: 0 0 20px #ff1493;
}

#alert_div {
  width: 500px;
}

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

.alert_button {
  margin-bottom: 13px;
}

#options_div textarea {
  max-width: 100%;
}

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

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

.options_tab_icon {
  padding: 5px;
  cursor: pointer;
  color: #e0e0e0;
}

.options_tab_icon.active {
  color: #ff1493;
  text-shadow: 0 0 5px #ff1493;
}

.options_tab_icon i {
  font-size: 20px;
}

.options_tab_icon div {
  font-size: 11px;
}

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

.options_tab h2 {
  text-align: center;
  margin-bottom: 5px;
}

.mobile-style #options_div, .mobile-style #alert_div {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 620px;
  margin: auto;
}

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

.poster_id {
  cursor: pointer;
  display: inline-block;
  user-select: none;
  color: #00ffff;
}
.poster_id:hover {
  color: #ff00ff!important;
  text-shadow: 0 0 5px #ff00ff;
}
.poster_id::before {
  content: " ID: ";
}

pre {
/* Better code tags */
  max-width: inherit;
  word-wrap: normal;
  overflow: auto;
  display: block!important;
  font-size: 9pt;
  font-family: monospace;
}

span.pln {
  color: #e0e0e0;
}

@media screen and (min-width: 768px) {
  .intro {
    clear: none;
  }

  div.post div.body {
    clear: none;
  }
}

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

/* === SPECIFIC PAGES & FEATURES === */

/* Board List */
div.boardlist {
  margin-top: 3px;
  color: #89A;
  font-size: 9pt;
  text-shadow: 0 0 5px #89A;
}

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

div.boardlist a {
  text-decoration: none;
  color: #00ffff;
  text-shadow: 0 0 5px #00ffff;
}

/* Threads */
/* Thread Footer */
#thread-interactions {
  margin: 8px 0;
  clear: both;
}

#thread-links {
  float: left;
}

#thread-links > a {
  padding-left: none;
  padding-right: 10px;
  color: #00ffff;
  text-shadow: 0 0 5px #00ffff;
}

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

#thread_stats {
  float: right;
  color: #e0e0e0;
}

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

/* threadwatcher */
#watchlist {
  display: none;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ff1493;
  border-style: none solid solid none;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  background: rgba(10, 10, 20, 0.9);
  box-shadow: 0 0 10px #ff1493;
}

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

#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
  cursor: pointer;
  color: #00ffff;
  text-shadow: 0 0 5px #00ffff;
}

/* Inline dice */
.dice-option table {
    border: 1px dotted #ff1493;
    margin: 0;
    border-collapse: collapse;
    box-shadow: 0 0 5px #ff1493;
}
.dice-option table td {
    text-align: center;
    border-left: 1px dotted #ff1493;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    color: #e0e0e0;
}

#youtube-size input {
  width: 50px;
}

/* File selector */
.dropzone {
  color: #e0e0e0;
  cursor: default;
  margin: auto;
  padding: 0px 4px;
  text-align: center;
  min-height: 50px;
  max-height: 140px;
  transition: 0.2s;
  background-color: rgba(255, 20, 147, 0.1);
  overflow-y: auto;
  border: 1px dashed #ff1493;
}

.dropzone-wrap {
  width: 100%;
}

.dropzone .file-hint {
  color: rgba(255, 20, 147, 0.5);
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
  padding: 10px 0px;
  top: 5px;
  transition: 0.2s;
  border: 2px dashed rgba(255, 20, 147, 0.4);
}

.file-hint:hover, .dropzone.dragover .file-hint {
  color: rgba(255, 20, 147, 1);
  border-color: rgba(255, 20, 147, 0.8);
}

.dropzone.dragover {
  background-color: rgba(255, 20, 147, 0.3);
}

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

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

.dropzone .file-tmb {
  height: 40px;
  width: 70px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 20, 147, 0.2);
  background-size: cover;
  background-position: center;
  border: 1px solid #ff1493;
}

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

.dropzone .tmb-filename {
  display: inline-block;
  vertical-align: bottom;
  bottom: 12px;
  position: relative;
  margin-left: 5px;
  color: #e0e0e0;
}

.dropzone .remove-btn {
  cursor: pointer;
  color: rgba(255, 20, 147, 0.5);
  display: inline-block;
  vertical-align: bottom;
  bottom: 10px;
  position: relative;
  margin-right: 5px;
  font-size: 20px
}

.dropzone .remove-btn:hover {
  color: rgba(255, 20, 147, 1);
}

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


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

/* Gallery view */
#gallery_images {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 12%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

#gallery_toolbar {
  position: absolute;
  right: 12%;
  left: 0px;
  bottom: 0px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: right;
}

#gallery_images img {
  width: 100%;
}

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

#gallery_main {
  position: absolute;
  left: 0px;
  right: 12%;
  bottom: 32px;
  top: 0px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}

#gallery_images img {
  opacity: 0.6;
  transition: all 0.5s;
}

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

#gallery_images img.active {
  box-shadow: 0px 0px 29px 2px rgba(255, 20, 147, 1);
  z-index: 1;
}

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

.own_post {
	font-style: italic;
	font-weight: normal;
	opacity: .666;
}

div.mix {
	display: inline-block;
}

.ban-reason-table .warning-reason-table tr td:first-child {
  text-align: right;
  padding-right: 10px;
}

.ban-reason-table .warning-reason-table tr:hover td {
  cursor: pointer;
  background-color: rgba(255, 20, 147, 0.2);
}
    
    body {
    background-color: black;
    color: #e0e0e0; /* Neon white text */
    font-family: 'Courier New', monospace;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10pt;
    margin: 0 8px;
    text-shadow: 0 0 5px rgba(255,255,255,0.3);
}

a:link, a:visited {
    text-decoration: none;
    color: crimson; /* Neon crimson links */
    text-shadow: 0 0 5px crimson;
}

a:link:hover, a:visited:hover {
    color: #ff00ff; /* Neon pink hover */
    text-shadow: 0 0 10px #ff00ff;
}

a.post_no {
    color: #00ffff; /* Neon cyan post numbers */
    text-shadow: 0 0 5px #00ffff;
}

.intro a.email span.name {
    color: #00ff00; /* Neon green email names */
    text-shadow: 0 0 5px #00ff00;
}

.intro a.email:hover span.name {
    color: #ff0000; /* Neon red hover */
    text-shadow: 0 0 10px #ff0000;
}

h2, div.title, h1 {
    color: crimson; /* Neon crimson headers */
    text-shadow: 0 0 8px crimson;
}

form table tr th {
    background: rgba(220, 20, 60, 0.5); /* Semi-transparent crimson */
    color: #e0e0e0; /* Neon white text */
    font-weight: bold;
    text-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 10px crimson;
}

div.banner {
    background-color: rgba(220, 20, 60, 0.7); /* Semi-transparent crimson */
    box-shadow: 0 0 15px crimson;
}

div.post.op hr {
    border-color: crimson; /* Neon crimson border */
    box-shadow: 0 0 5px crimson;
}

.intro span.subject {
    color: #ff0000; /* Neon red subject */
    font-weight: 800;
    text-shadow: 0 0 8px #ff0000;
}

.intro span.name {
    color: #00ff00; /* Neon green name */
    font-weight: 800;
    text-shadow: 0 0 8px #00ff00;
}

div.post.reply.highlighted {
    background: rgba(220, 220, 220, 0.2); /* Semi-transparent gray */
    box-shadow: 0 0 15px rgba(220, 220, 220, 0.5);
}

div.post.reply {
    background: rgba(238, 238, 238, 0.1); /* Semi-transparent gray */
    border-color: #ff1493; /* Neon pink border */
    box-shadow: 0 0 10px rgba(255, 20, 147, 0.5);
}

div.ban {
    border: 1px solid #00ffff; /* Neon cyan border */
    box-shadow: 0 0 10px #00ffff;
}

div.ban h2 {
    background: rgba(220, 20, 60, 0.7); /* Semi-transparent crimson */
    color: #e0e0e0; /* Neon white text */
    text-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 10px crimson;
}

div.pages {
    color: #e0e0e0; /* Neon white text */
    background: rgba(10, 10, 20, 0.7); /* Dark semi-transparent background */
    border-right: 1px solid #ff1493; /* Neon pink border */
    border-bottom: 1px solid #ff1493; /* Neon pink border */
    box-shadow: 0 0 10px rgba(255, 20, 147, 0.5);
}

hr {
    border-color: #ff1493; /* Neon pink border */
    box-shadow: 0 0 5px #ff1493;
}

div.boardlist {
    color: #e0e0e0; /* Neon white text */
    text-shadow: 0 0 5px #e0e0e0;
}

div.boardlist a {
    color: #00ffff; /* Neon cyan links */
    text-shadow: 0 0 5px #00ffff;
}

table.modlog tr th {
    background: rgba(220, 20, 60, 0.7); /* Semi-transparent crimson */
    color: #e0e0e0; /* Neon white text */
    text-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 10px crimson;
}

#options_div, #alert_div {
    background: rgba(10, 10, 20, 0.9); /* Dark semi-transparent background */
    border: 1px solid #ff1493; /* Neon pink border */
    box-shadow: 0 0 20px #ff1493;
    color: #e0e0e0; /* Neon white text */
}

.desktop-style div.boardlist:nth-child(1) {
    background-color: rgba(10, 10, 20, 0.9); /* Dark semi-transparent background */
    border-bottom: 1px solid #ff1493; /* Neon pink border */
    box-shadow: 0 0 15px #ff1493;
}

/* Additional neon effects */
input[type="text"], input[type="password"], textarea, select {
    background: rgba(10, 10, 20, 0.8);
    border: 1px solid #00ffff;
    color: #e0e0e0;
    box-shadow: 0 0 8px #00ffff;
}

button, input[type="submit"], input[type="button"] {
    background: rgba(220, 20, 60, 0.5);
    color: #e0e0e0;
    border: 1px solid crimson;
    box-shadow: 0 0 8px crimson;
    text-shadow: 0 0 5px #e0e0e0;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: rgba(255, 0, 0, 0.7);
    box-shadow: 0 0 15px #ff0000;
}
    img.board_image {
  display: block;
  border:none;
  margin:
0px auto 0 auto;
}