#topicsList {
    margin: 0 auto;
    border: 1px solid silver;
    color: #000;
    border-radius: 5px;
}

#topicsList th {
    padding: 5px;
    background: url('/static/img/forum/headBg.png');
    height: 30px;
}

#topicsList td {
    padding: 7px 5px;
}

#topicsList tr:nth-child(even) {
    background: #eee;
}

#topicsList .title {
    width: 650px;
}

#topicsList .author {
    width: 200px;
    text-align: center;
}

#topicsList .messagesCount {
    width: 100px;
    text-align: center;
}

#topicsList .lastMessage {
    width: 200px;
    text-align: center;
}

#topicsList .lastMessage a {
    text-decoration: none;
    color: #000;
}

.messageFooter {
    text-align: right;
    padding: 15px;
}

.mmirStatsInFooter {
    text-align: left;
    padding: 4px;
    border-top: 1px solid silver;
    margin-top: 10px;
    margin-left: 145px;
    width: 740px;
}

#topic {
    margin: 0 auto;
}

#topic .forumMessage {
    border: 1px solid silver;
    color: #000;
    margin: 5px 0;
}

#topic .forumMessage .messageHeader {
    text-align: left;
    background: #e5e5e5;
    padding: 5px;
}

#topic .forumMessage .topicIdContainer {
    display: inline-block;
    float: right;
}

.forumMessage .authorName {
    font-weight: bold;
    padding: 5px;
}

.messageMiddlePost img {
    max-width: 720px;
}

.messageMiddleUserInfo {
    text-align: center;
    width: 140px;
    max-width: 140px;
    min-width: 140px;
    float: left;
}

.messageMiddlePost {
    width: 740px;
    display: inline-block;
    padding: 10px 5px 5px;
    word-wrap: break-word;
}

.time {
    font-style: italic;
    color: gray;
    font-size: 12px;
}

.editor {
    width: 620px;
    min-width: 620px;
    max-width: 620px;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    border: 1px solid #a3a3a3;
    border-radius: 8px;
    outline: none;
    display: block;
}

code {
    padding: 5px;
    border: 1px solid gray;
    background: #e1e1e1;
    display: block;
}

quote, backquote, blockquote {
    padding: 5px 5px 5px 20px;
    border: 1px dashed gray;
    background: #fff;
    display: block;
    color: #000;
    border-left: 4px solid gray;
}

quote .author, backquote .author, blockquote .author {
    padding: 3px;
    font-weight: bold;
    display: block;
    background: #f9f9f9;
}

.messageUpdated {
    text-align: left;
    font-size: 12px;
    margin: 20px 0 0 0;
    font-style: italic;
    float: left;
    display: inline-block;
    position: relative;
    left: 139px;
    top: -18px;
}

.topicSticked {
    background: #fcffb5 !important;
}

.topicSticked .topicNameLink {
    font-weight: bold;
}

.pager {
    text-align: center;
    padding: 7px;
}

.pager a {
    margin: 5px 1px;
    color: #010101;
    text-decoration: none;
    border: 1px solid silver;
    padding: 2px;
    border-radius: 2px;
}

.pager .pagerCurrent {
    text-decoration: none;
    font-weight: bold;
    border: 1px solid silver;
    color: #010101;
    background: #fcffb5;
}

.pager span {
    margin: 5px 1px;
    color:#010101;
    padding: 2px;
}

#createTopic {
    color: #000;
    padding: 5px 0px;
}

#newTopicForm {
    width: 910px;
    margin: 0 auto;
}

#newTopicForm td {
    padding: 5px 0px;
}

#newTopicForm input[type='text'] {
    width: 500px;
}

#newTopicForm input[type='submit'] {
    padding: 5px 20px;
}

#newTopicForm .wysibb {
    width: 910px;
}

.forumError {
    display: none;
    color: red;
}

.message-edit-box {
    text-align: right;
    display: none;
}

.breadcrumbs {
    padding: 5px;
}

.forumsHeaders {
    padding: 10px 5px;
}

.forumsHeaders h1 {
    font-size: 20px;
    display: inline-block;
}

.forumsHeaders h2 {
    font-size: 14px;
    color: gray;
    font-weight: normal;
}

.controls {
    padding: 10px;
    text-align: right;
}

.topicsListHeader .forumsHeaders {
    width: 400px;
    float: left;
    display: inline-block;
}

.topicsListHeader .controls {
    position: relative;
    float: right;
    display: inline-block;
    bottom: -6px;
}

.subscribe, .unsubscribe {
    padding: 0 20px;
    margin: -2px 0 0 20px;
}