﻿


.rw-layout {
    width: 420px;
    background: #eee; 
    margin: 20px auto;
    box-shadow:none;
    float: none;
}
.rw-container {box-shadow:none;border:1px solid #ccc;
    border-radius: 4px !important;padding:15px 15px;min-height:100px;
}

.comment {
background: #F7F7F7;
padding: 10px; margin-bottom:1px;
}
    .comment:nth-child(2n+1) {
    background:#fcfcfc;
    } 
.avatar {

float: right;
width: 40px;
height: 40px;
border-radius: 50%;
overflow: hidden;
margin-left: 10px;
}
.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;background:#eee
}
.comment-des p {
    padding: 0;
overflow: hidden;
    margin: 0;
}
.comment-by ,.comment-by strong{
    font: normal 15px "byekan";color: #9E9E9E;
}
    .comment-by .date {
        float: left;
    }