     /*Extra Font*/
@font-face {
    font-family: 'Ascii';
    src: url('/static/fonts/asciid.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



/*Animation*/
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-2px); }
  20%, 40%, 60%, 80% { transform: translateX(2px); }
}


/* Body*/
body {
  background-color: #333333; 
  color: #6c6c6c; 
  font-family: 'courier new', monospace;
  text-align: left;
  margin: 0 auto;
  padding: 10px;
  max-width: 900px;
  background-image: none;
}

.intro span.name {
    color: #6c6c6c;
    font-weight: '';
  font-family: lucida console, monospace;

}





div.boardlist a {
color: #ff9000!important;
}

a, a:visited {
color: #ff4200;
}

a:hover {
color: #ff9000!important;
animation: shake 0.5s ease-in-out !important;
}

a:visited:hover {
color: #ff9000!important;
animation: shake 0.5s ease-in-out !important;
}

div.post.reply div.body a {
color: #6c007f!important;}
}



h1, h2 {
  color: #6c6c6c;
  font-family: 'Ascii';
  text-align: center;
}


header h1 {
    color: #6c6c6c;
    font-family: 'Ascii';
    letter-spacing: 3pt;
    text-align: center;
    font-size: 36pt;
    
}

div.ban h2 {
    background: white;
    color: black;
    font-size: 12pt;
    border: 1px dashed black;
}

div.module, div.ban {
    background: white;
    border: 1px solid #000;
    max-width: 1050px;
}


span.quote {
    color: #ff0000;
    text-transform: uppercase;
    animation: animation: shake 0.7s infinite ease-in-out;
}

div.post.op {
    font-family: lucida console, monospace;
    font-size: 11.5px;
    color: black;
    width: 97.7%;
    margin-bottom: 10px;
    min-height: 140px;
    line-height: 1.25em;    padding-bottom: 13px;
    border-bottom: 2px dashed #000000;
    overflow-x: hidden;
}

div.thread {
  background-color: #c4c4c4;
  border: 1px solid #c4c4c4; 
}

div.post.reply {
    background: #c4c4c4;
    color: black;
    padding-left: 46px;
    padding-right: 36px;
    font-smooth: none;
    font-weight: 400;
    font-family: lucida console, monospace;
    font-size: 11.5px;
    line-height: 1.25em;
    text-align: left;
    border: 1px solid;
    border-color:#c4c4c4;
}


hr {
	border: 3px dashed;
	border-color:#6c6c6c;
}

span.subject:after { 
   content: '======================\A'; white-space:pre;}

.intro:before{
  content: "============================";
  color: black;
}
.intro:after {
  content: "============================";
  color: black;
}


.post-btn {
   visibility: hidden !important; 
   padding: 0; 
   width: 0; 
   height: 0; 
   display: inline !important;
}
.post-btn:after {
   content: url('/static/dark.png'); 
   visibility: visible;
   display: inline;
   position: relative;
   left: -5px;
   width: 12px; 
   height: 13px; 
}






span.own_post {
  visibility: '';
  bottom: 0; 
 position: absolute;
  right: 305px;
  margin-left: 10px;
  font-weight: '';
  font-size: 9pt; 
  color: #000000; 
}

div.post.reply.highlighted {
   background-color: #8c8c8c;
   color: 6c6c6c;
}



span.own_post:before{
  content: "~SIGNED: ";
}
span.own_post:after{
content: ", OBVIOUSLY.";
}
span.mentioned.unimportant {
  display: block; 
 position: absolute;
  bottom: 0;
  right: 200px; 
  margin-left: 10px;
  font-size: 9pt; 
  color: #551a8b; 
}

img.flag {
  display: block;
 position: absolute;
  top: 25px;
  right: 40px;
  margin-left: 10px; 
  font-size: 9pt; 
  color: #551a8b; 
}

div.banner {
    margin-bottom: 20px;
    background: #c4c4c4!important;
    color: black;
    padding: 2px 6px;
    border: #000000 dashed 2px !important;
   }

div.banner a {
color: #551a8b;
}

div.boardlist:not(.bottom) {
    margin-bottom: 20px;
    background: black !important;
    color: white;
    padding: 2px 6px;
    border-bottom: #FF6600 solid 2px !important;
   }



div.boardlist.bottom {
   visibility: hidden !important;}


div.pages {
   width: 98%;
   text-align: center !important;
   background-color: #c4c4c4;
   box-shadow: 2px 3px rgba(0, 0, 0, 0.5) !important;}

div.pages.top {
    display: block;
    position: static;
    top: 0;
    right: 0;
    opacity: 0.9;
}

th, td {
    text-align: center;
    border: 1px solid black;
     padding: 1.5px;
}

form table tr th {
    background: #c4c4c4;
}

div.post.reply div.body {
max-width: 800px;
margin-left: .2em;
padding-right: .2em;
margin-top: .8em;
padding-bottom: 1.2em;
}


span.heading {
    font-family: 'Ascii';
    letter-spacing: 3pt;
    color: #ff0000;
    font-size: 18pt;
    font-weight: bold;
}

div.post, div.post.reply {
  position: relative; 
  padding-bottom: 20px;
}

::selection {
    background-color: #FF0000; 
    color: #FFFFFF;}
