body {
background-color: #fffeec;
background-image: url('https://i.imgur.com/SpCHRnj.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom; 
}

div.post.reply {
background-color: #eae9da;
border: none;
}

div.post.reply.highlighted {
background-color: #dddccc;
border: none;
}

.capcode::after {
content: " (´･ω･`)";
}

.body-line.empty:first-child:last-child:after {
content: "ｷﾀ━━━(ﾟ∀ﾟ)━━━!!";
letter-spacing: 0px!important;
}

div.boardlist:not(.bottom) {
background-color: #eae9da!important;
border-bottom: 1px solid #eae9da!important;
color: #707;
text-align: center;
padding: 4px 96px;
opacity: 0.85;
}

.post-table th, .post-table-options th {
background-color: #eae9da;
border: 1px solid #a3a18f;
}

/* options.js */
#options_div, #alert_div {
  background: #eae9da;
}
.options_tab_icon {
  border: 1px solid transparent;
  border-width: 0px 1px 1px 0px;
}
.options_tab_icon:hover {
  border-color: #a3a18f;
  border-width: 0px 1px 1px 0px;
}
.options_tab_icon.active {
  border-color: #a3a18f;
  border-width: 1px 0px 0px 1px;
}

img.flag {
color: #F00000;