body {
    background-color: #d6daf0;
    font: 10pt Roboto, Arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
}

a {
    color: #34345C;
}

a:hover {
    color: #d00;
}

header {
    background-color: #495386;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 5px;
}

header a {
    color:#fff;
}

header a:hover {
    color: #000;
    background: #ffa500;
}

main {
    padding: 10px;
}

table {
    width: 100%;
}

th {
    background: #4b73aa;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.forumtitle {
    width: auto;
}

.forumauthor {
    max-width: 285px;
    width: 285px;
}

td.forumauthor {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forumother {
    width: 150px;
}

td {
    background: #eef2ff;
}

input, textarea {
    border: 2px inset #fff;
    padding: 0;
    outline: none;
}

footer {
    text-align: center;
}

.thread-header {
    text-align: center;
}

.thread-header h1 {
    margin: 10px;
    font-size: x-large;
    font-style: italic;
}

.thread-header h2 {
    background: #495386;
    color: #dde3eb;
    margin: 5px 0
}

.thread-header h3 {
    background: #56689f;
    margin: 5px 0;
    color: #fff;
}

.thread-header h2 a {
    color: #fff;
}

.thread-header h2 a:hover {
    color: #d00;
}

.thread-header h3 a {
    color: #fff;
}

.thread-header h3 a:hover {
    color: #d00;
}

.thread-header h4 {
    font-size: 20px;
    margin: 0;
}

.post-header {
    background-color: #b4c7ff;
}

.user-info {
    max-width: 14em;
    vertical-align: top;
    width: 14em;
    text-align: center;
}

.post-content-cell {
    vertical-align: top;
    white-space: pre-wrap;
    padding: 5px;
}

.post-content-cell blockquote {
    margin-left: 5px;
    border-left: 2px solid #98e;
    padding-left: 5px;
}

.error {
    color: #fff;
    background-color: red;
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.success {
    color: #fff;
    background-color: green;
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.centerbox {
    width: 75%;
    margin: 0 auto;
    background: #dde3eb;
    padding: 10px;
    text-align: center;
}

.notloggedin {
    text-align: center;
    background-color: #eee;
    border: 2px solid #000;
    padding: 10px;
    margin: 10px;
    margin-bottom: 0;
}

.userprofile {
    width: 770px;
    margin: 0 auto;
}

.userprofile-title {
    background-color: #4b73aa;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.userprofile-title a {
    color: #fff;
    font-size: 14px;
}

.userprofile-title a:hover {
    color: #d00;
}

.user-info p {
    margin: 0;
}

.user-info h2 {
    margin: 0;
}

.user-profile-info h3 {
    border-bottom: 1px solid #d6daf0;
    margin: 0;
}

.buddy-list {
    width: 200px;
}

.title {
    background: #4b73aa;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.pmcontent blockquote {
    margin-left: 0;
}

.spoiler {
    background: #000;
    color: #000;
    padding: 0 1px;
}

.spoiler a {
    color: inherit !important;
}
  
.spoiler:hover {
    color: white !important;
}