body {
    padding-top: 40px;
    margin: 0 0 auto;
    font-family: Consolas;
    background-image: linear-gradient(to bottom, rgb(223, 201, 172), rgb(128, 153, 146));
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #0a0a0a;
}

table {
    background: #40ff3219;
    border: 1px solid;
    border-color: #000000;
    font-size: 1em;
}

label {
    color: #295d73;
}

.filesize {
    color: #00000052;
}

.postername {
    font-weight: bolder;
}

.logo {
    clear: both;
    text-align: center;
    font-size: 2em;
    color: #310000;
    width: 100%;
}

.replymode {
    background: #E04000;
    text-align: center;
    padding: 2px;
    color: #FFFFFF;
    width: 100%;
}

.manageinfo {
    background: #00b93151;
    text-align: center;
    padding: 2px;
    color: #FFFFFF;
    width: 100%;
}

.postblock {
    border: 2px solid rgb(158, 117, 52);
    border-radius: 1px;
    background-image: linear-gradient(to bottom, rgb(218, 158, 61), rgb(215, 188, 144));
    padding: 2px;
    font-weight: 800;
}

.catalogmode {
    background: #0040E0;
    text-align: center;
    padding: 2px;
    color: #FFFFFF;
    width: 100%;
}

blockquote blockquote {
    margin-left: 0;
}

form {
    margin-bottom: 0;
}

hr {
    clear: both;
    border: 0 none;
    height: 1px;
}

.postarea {
    text-align: center;
}

.postarea table {
    margin: 0 auto;
    text-align: left;
}

.postblock {
    vertical-align: top;
    padding: 3px;
}

.aa {
    white-space: pre;
    text-align: left;
    font-family: IPAMonaPGothic, Mona, 'MS PGothic', YOzFontAA97 !important;
}

.thumb {
    border: none;
    float: left;
    margin: 4px 20px;
}

.nothumb {
    float: left;
    background: #eee;
    border: 2px dashed #aaa;
    text-align: center;
    margin: 2px 20px;
    padding: 1em 0.5em 1em 0.5em;
}

.message {
    margin: 1em 25px;
}

.reply .message {
    margin-bottom: 5px;
}

.reflink a {
    color: inherit;
    text-decoration: none;
}

.reflink a:hover {
    color: #800000;
}

.reply .filesize {
    margin-left: 20px;
}

.hoverpost {
    display: block;
    clear: both;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-right-color: rgba(0, 0, 0, .5);
    border-bottom-color: rgba(0, 0, 0, .5);
}

.spoiler {
    text-decoration: none;
    color: transparent;
    text-shadow: 0 0 10px #000000;
}

.spoiler:hover {
    color: inherit;
    text-shadow: none;
}

.unkfunc {
    color: #0099b0;
}

.userdelete {
    float: right;
    text-align: center;
    white-space: nowrap;
}

.doubledash {
    vertical-align: top;
    clear: both;
    float: left;
    font-size: 1.75em;
}

.moderator {
    color: #FF0000;
}

.managebutton {
    font-size: 15px;
    height: 28px;
    margin: 0.2em;
}

.banmessage {
    color: red;
    font-weight: bold;
}

.footer {
    clear: both;
    text-align: center;
}

.rules {
    padding-left: 5px;
}

.rules ul {
    margin: 0;
    padding-left: 0;
}

.floatpost {
    float: right;
    clear: both;
}

.catalogpost {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    min-width: 100px;
    padding: 0px 3px 3px;
}

.login {
    text-align: center;
}

.adminbar {
    margin-left: -8px;
    height: 20px;
    position: fixed;
    top: 0%;
    width: 100%;
    background-color: rgba(20, 20, 20, 0.772);
    color: #ffffff;
    opacity: 1;
    text-align: right;
    clear: both;
    float: right;
}

.adminbar a:link,
.adminbar a:visited,
.adminbar a:active,
.adminbar a:hover {
    color: #ffffff;
    text-decoration: none;
}

#switchStylesheet {
    margin-left: 5px;
}

#newreplies {
    margin: 5px 0 0 2px;
    font-weight: bold;
}