html {
    background: #272e3a;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
body, input, textarea, select {
    background: #272e3a;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
input, textarea, select {
    border: 1px solid #c0d8ff;
}
a { color: #c0d8ff; }
a:visited { color: #ffffff; }
a:hover { color: #ffffff; text-decoration: underline; }
h1, h2 { color: #ffffff; }
h1 { font-size: 22px; margin: 0 0 14px; }
h2 {
    font-size: 14px;
    margin: 24px 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0d8ff;
}
pre, code { font-family: Arial, Helvetica, sans-serif; }
.mission { line-height: 1.5; }
.muted, .empty { color: #c0d8ff; }
.plain-list, .directory-list { padding-left: 22px; }
.plain-list li, .directory-list li { margin-bottom: 7px; }
.status-table { width: 100%; }
.status-table td { border-bottom: 1px dotted #c0d8ff; }
.online, .offline, .unknown { color: #ffffff; }
.build-note {
    margin-top: 24px;
    padding: 7px;
    border: 1px solid #c0d8ff;
}
.cyx-text pre {
    margin: 0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-wrap: break-word;
}

.chat-log { font-family: Arial, Helvetica, sans-serif; }
.chat-line { margin: 2px 0; }
.chat-self { color: #ffffff; }
.chat-shadow { color: #c0d8ff; }
.chat-ts { color: #c0d8ff; }
.chat-handle { color: #ffffff; }
.chat-thumb {
    border: 1px solid #c0d8ff;
    margin-right: 4px;
    vertical-align: top;
}
.chat-attach { color: #c0d8ff; }
.chat-file { margin: 4px 0 8px 36px; }
.chat-active { margin: 14px 0 8px; }
.chat-form { margin-top: 10px; }
.chat-form-label { padding-right: 8px; vertical-align: top; }
.chat-footer { margin-top: 8px; font-size: 11px; }
.trap { display: none; }

.small { font-size: 12px; }
.mod-nav { margin: 6px 0 10px; }
.mod-row { font-size: 11px; margin: 3px 0; padding: 2px 0; }
.mod-row form { display: inline; margin: 0 2px; }
.mod-tools { margin-top: 10px; }
.mod-reason { display: block; font-size: 11px; color: #c0d8ff; margin: 2px 0 4px; }
.mod-bar { margin: 4px 0 12px; border-top: 1px dotted #c0d8ff; padding-top: 4px; }
.mod-bar form { display: inline; margin: 0; }
.mod-bar input {
    font-size: 11px;
    margin-right: 4px;
    padding: 0 4px;
    background: #272e3a;
    color: #ffffff;
    border: 1px solid #c0d8ff;
}
.capcode { font-weight: bold; }
.forum-tags { margin: 8px 0; }
.forum-tags a {
    margin-right: 8px;
    padding: 1px 6px;
    border: 1px solid #c0d8ff;
    text-decoration: none;
}
.forum-tags a.on { background: #c0d8ff; color: #000000; }
.forum-search { margin: 6px 0 14px; }
.forum-thread { margin-bottom: 12px; }
.forum-thread .small { display: block; margin-top: 1px; }
.forum-op {
    margin: 0 0 20px;
}
.forum-post {
    border-top: 1px dotted #c0d8ff;
    padding-top: 8px;
    margin-bottom: 18px;
}
.forum-post-self { color: #ffffff; }
.greentext { color: #789922; }
.reply-link { font-weight: bold; }
.post-attach {
    margin: 8px 0;
}
.post-attach div { margin-bottom: 5px; }
.att-inline {
    display: block;
    margin: 6px 0;
}
.att-thumb {
    border: 1px solid #c0d8ff;
    vertical-align: middle;
}
.forum-page { margin-top: 16px; }
