.comment {
    margin-bottom: 10px;
}
.comment table {
    background-color: rgb(240,240,240);
}
.comment table td .cline {
    color: gray;
    font-size: 11px;
    margin-bottom: 10px;
    float: left;
}
.comment table td .actions {
    float: right;
    font-size: 11px;
    margin-bottom: 10px;
}
.comment table td .comcontent {
     clear: both;
}
