.commentBox .box-header{
    padding: 7px 0;
    font-size: 20px;
    font-weight: bold;
}
.box-body.chat .item {
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #e6e6e6;
}
.box-body.chat .item:hover{
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
}

.box-body.chat .item:last-child {
    border-bottom: none;
}
.comment-text {
}
.comment-text p {
    margin: 0 0 10px;
}
.cm-user a {
    font-weight: bold;
    color: #666;
}
.list-comment .item {
    padding: 10px;
}
.list-comment .highlight {
    background: #e6e6e6;
}
