body {
    background: #D6FFD5;
    position: relative;
}

/* Imgur image truly in bottom-right corner */
body::after {
    content: "";
    position: fixed;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: url("https://i.imgur.com/c2gsiey.png") no-repeat bottom right;
    background-size: contain;
    pointer-events: none;
    z-index: 9999;
}

/* Link styles */
a:link,
a:visited,
.intro a.email span.name {
    color: #117743;
}

a:hover {
    color: #117743;
}

a.post_no {
    color: #2E790E;
}

/* Post reply styles */
div.post.reply {
    background: #A8EAA6;
    border-color: #92D195;
}

div.post.reply.highlighted {
    background: #98E2A4;
    border-color: #92D195;
}

div.post.reply div.body a {
    color: green;
}

/* Subject line */
.intro span.subject {
    color: #009807;
}

/* Table headers */
form table tr th {
    background-color: #8ACF52;
    color: #2E790E;
    font-weight: 700;
    border: 1px solid #2E790E;
    padding: 0 5px;
    font-size: 10pt;
}

/* Ban message */
div.ban h2 {
    background: #8ACF52;
    color: inherit;
}

div.ban {
    border-color: #2E790E;
}

div.ban p {
    color: black;
}

/* Pagination */
div.pages {
    background: #A8EAA6;
    border-color: #92D195;
}

div.pages a.selected {
    color: #2E790E;
}

/* Header and subtitle */
header div.subtitle,
h1 {
    color: #2E790E;
    text-align: center;
}

/* Horizontal rule */
hr {
    border: none;
    border-top: 1px solid #2E790E;
    height: 0;
}

/* Board list */
div.boardlist,
div.boardlist a {
    color: #2E790E;
}

/* Modlog table */
table.modlog tr th {
    background: #8ACF52;
}

/* Options and alerts */
#options_div,
#alert_div {
    background: #D6FFD5;
}

.desktop-style div.boardlist:nth-child(1) {
    background-color: #D6FFD5;
}