.comments{
    margin:50px 0 25px;
}
#write_comment{
    color:#4abbdf;
    border-bottom:1px dashed #4abbdf;
    cursor:pointer;
    display:inline;
}

.comments .comments_num{
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
}

.comments .comment_body{
    margin-top:10px;
}

.comments .comment_text{
    padding-bottom:10px;
}
.comments .comment_body .user_data{
    font-size:10px;
    margin-bottom:5px;
    color:#bababa;
}
.comments .comment_body .user_data a{
    font-size:12px;
}

.comments .comment_body img.avatar{
    float:left;
    margin:3px 10px 10px 0;
    border:1px solid #47bbe2;
}
.comments .comment_body .comment_line{
    padding-top:10px;
    border-top:1px solid #cacaca;
}

