/* 
 * You there, reading the wordfilter list! (Yes I do mean you)
 * If you're wondering why some filters filter to themselves: they don't, actually.
 * The replacement text has some of the letters replaced with lookalikes from
 * different alphabets (usually Cyrillic), so that these phrases are shielded from
 * filters further down. The same technique is used to keep swap filters like
 * "then" <-> "than" from collapsing both inputs into one output. 
 * Also, please, STOP ADDING SHITTY GRAMMAR-BREAKING FILTERS!
 * They're not fun, and they're kinda annoying. Take that shit to /wordfilter/.
 */

div.post.reply{
    border-radius: 0px 8px 40px 8px;
    background-color: #BDE6C3;
    border: 1px solid #0B6121;
    box-shadow: 4px 4px 6px #424242;
}

div.pages {
    background-color: #CDE6D3;
    border: 1px solid #0B6121;
    box-shadow: 4px 4px 6px #424242;
}

div.post div.body a:hover {
    color: #FE9A2E;
    transition: 0.4s;
}

div.post.reply.highlighted {
    background: #81F7BE;
}

input, textarea#body, form table tr th {
    border-radius: 5px 5px 5px 5px;
}

div.thread{
    border-radius: 8px 8px 8px 8px;
}

div.post_modified {
    display:none;
}

div.blotter {
    color: #A00;
}

div.blotter a {
    font-style: oblique;
    color: #990;
}

header div.subtitle {
    color: #070;
}

p.intro span.subject {
    color: #0A0;
}

p.intro span.name, p.intro a.email span.name {
    color: #A0B;
}

p.intro a.post_no {
    font-style: oblique;
    color: #2151A1;
}

span.trip {
    color: #00aaaa;
}

span.heading {
    font-size: 15pt;
}

p.intro time {
    color: #31F;
}

div.post i.fa {
    color: #DD4423;
}

.own_post {
    color: #3A31AF;
}