

#comments {
}
#comments .comment {
    clear: both;
}
#comments .headerc {
    w-idth: 100%;
    margin: 0;
    padding: 0;
    height: 20px;
    border-bottom: 2px solid #ccc;
}
#comments .left {
    float: left;
}
#comments .right {
    vertical-align: top;
    float: right;
}
#comments .image {
    float: left;
    margin-top: 3px;
}
#comments .image img {
    border: 2px solid #bbb;
}
#comments .contentc {
    line-height: 1.5em;
}
#comments .bodyc {
    margin: 5px 0 20px;
}
#comments .vote {
    font-weight: bold;
    color: #888;
}
#comments .vote .positive {
    color: #080;
}
#comments .vote .negative {
    color: #f00;
}
#comments-form {
    margin: 0 0 10px;
}
