.topic-list-item td:first-child, .topic-post {
    border-left: 1px solid transparent;
}
.topic-post article.boxed {
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.topic-avatar {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    width: 45px;
    float: left;
    z-index: 3;
}
.topic-avatar, .user-card-avatar {
    position: relative;
}
.topic-avatar .avatar {
    width: 32px;
    height: 32px;
}
img.avatar {
    border-radius: 50%;
}
img {
    vertical-align: middle;
}
.topic-body {
    padding: 12px 0px 25px 0px;
}
.topic-body {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    border-top: 1px solid #e9e9e9;
    padding: 12px 0px 15px 0px;
}
.topic-meta-data {
    margin-top: 10px;
}
.names {
    float: left;
}
.topic-meta-data .post-info {
    display: inline-block;
    float: right;
    font-size: 0.929em;
    margin-top: 1px;
}
.read-state.read {
    opacity: 0;
    transition: opacity ease-out 1s;
}
.read-state {
    color: #6cf;
    position: absolute;
    right: 0px;
    top: 13px;
    font-size: 0.571em;
}
.names span {
    font-size: 0.929em;
    padding-right: 8px;
    display: inline-block;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.names span a {
    color: #bdbdbd;
    font-family:"Courier New", monospace;
}
.topic-meta-data .post-info a {
    color: #919191;
}
span.relative-date {
    white-space: nowrap;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.topic-body .contents .cooked {
    overflow: hidden;
}
.cooked>*:first-child {
    margin-top: 0;
}
.topic-body p, .topic-body ul, .topic-body ol {
    -webkit-font-smoothing: antialiased;
    font-family:"Noto Serif", serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.topic-body .contents {
    margin-top: 35px;
}
pre code, .topic-body pre code {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    padding: 15px;
    background: #2F2F2F;
    margin: 0 0 30px;
    color: #BCBCBC;
    border-radius: 4px;
}
.hljs, .hljs-setting .hljs-value, .hljs-expression .hljs-variable, .hljs-expression .hljs-begin-block, .hljs-expression .hljs-end-block, .hljs-class .hljs-params, .hljs-function .hljs-params, .hljs-at_rule .hljs-preprocessor {
    color: #c5c8c6;
}
.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #1d1f21;
    -webkit-text-size-adjust: none;
}
.hljs {
    display: block;
    padding: 0.5em;
    color: #333;
}