<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.discuss-wall .thread-container .thread:first-child {
    border-top: 1px solid #ccc;
}

.discuss-wall .thread-container .thread {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.discuss-wall .thread &gt; a,
.discuss-wall .thread &gt; .post .body {
    margin-left: 44px;
}

.discuss-wall .thread &gt; .post .poster-photo img {
    width: 40px;
}

.discuss-wall .thread .reply-container &gt; .post .body {
    margin-left: 36px;
}

/* hide post title */
.discuss-wall .post-title {
    display: none;
}

/* empty hint */
.discuss-wall .thread-container + .empty-hint {
    display: none;
}

.discuss-wall .thread-container:empty + .empty-hint {
    display: block;
}

/* reply box */
.discuss-wall .reply-box {
    margin-left: 44px;
    padding-left: 10px;
    border-left: 3px solid #DDD;
}</pre></body></html>