.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 > a,
.discuss-wall .thread > .post .body {
    margin-left: 44px;
}

.discuss-wall .thread > .post .poster-photo img {
    width: 40px;
}

.discuss-wall .thread .reply-container > .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;
}