
.comment {
clear: both;
border-bottom: 1px solid #444;
padding-bottom: 5px;
margin-bottom: 10px;
overflow: hidden;
}
.comment_avatar {
float: left;
height: 50px;
margin-right: 10px;
}
.comment_meta {
font-size: 11px;
background: #444;
height: 18px;
padding-top: 2px;
}
.comment_meta img {
vertical-align: top;
cursor: pointer;
}
.comment_meta span {
color:#fff;
display: block;
float: right;
}
.comment_content {
font-size: 11px;
padding-left: 50px;
padding-right: 60px;
}
