/* Стили для нового вида чата (cccp = 0) */
.bodyChat,
.all_content,
.usernameProf {
    background: #f3e4c3;
}

.bodyChatChange {
    background: #f4f4f4;
}

.CommentMsgCom {
    font-family: B52 Regular;
    font-size: 18px;
}

.usernameProf {
    box-shadow: 0 0 5px rgba(57,70,78,.2);
}

.comBody {
    background: url(/images/pt3.jpg) 50% 50% repeat;
}

.boxInfoRel {
    background: none;
}

@media screen and (max-width: 500px) {
    .commentsBodyQuote {
        box-shadow: 0 0 5px rgba(57,70,78,.2);
        background: none;
    }
}