
body{
  background: #4a5767;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  color: #f4f4f4;
}

h1{
  color: #EBB721;
}

p{
  font-size: 14px;
}

/*Adds style to on top of .post for replies*/
.reply{
  background: #394759 !important;
  border-style: none;
}

.post{
  border-style: none;
}

/*Class for all Names*/
.name{
  color: #E0D876;
}

/*Class for all Subjects*/
.subject{
  color: #EBB721 !important;
}

/*Class for Banner*/
.banner{
  background: #333 !important;
  color: #ddd !important;
}

a{
  color: #ACB5C1 !important;
}

.board_image{
  display: none !important;
}
.boardlist, .pages{
background: black !important;
}
.options_tab, #options_tablist, .fa, .options_tab_icon{
background: black;
color:#ddd;
}

form table tr th {
    background: #E4B530;
}

.intro span.name {
    color: #E7F22D;
    font-weight: bold;
}


div.post.reply {
  border: none;
}

.intro a.email span.name {
    color: #F3E8DE;
}

.intro a.email span.name:hover{
    color: #A1A4A8;
}

.theme-catalog div.thread:hover {
  background-color: #5C6F87;
}

.capcode{
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
  color: #394759 !important;
  margin-left: 0;
}

.capcode::after {
   content: "-Admin ";
    text-indent: 0;
    display: block;
    line-height: initial;
    color: #00FFA5;
    margin-left: 0;
    font-size: 16px;
    display: inline-block;
    margin-left: -80px;
    margin-right: 30px;
}
