.comment_wrapper {
    font-size:10pt;
    /*background-color:aquamarine;*/
}

.comment_buttons {
    height:25px;
    width:800px;
    margin-bottom:5px;
    /*background-color:blueviolet;*/
}

.comment_buttons div {
    float:left;
    clear:none;
    /*background-color:aqua;*/
}

.comment_head {
    clear:both;
    height:15px;
    margin-top:10px;
    color:gray;
    /*background-color:bisque;*/
}

.entry-content {
    margin-right:20px;
    /*background-color:cornflowerblue;*/
}

.hentry {
    border-bottom:1px solid gray;
}

.comment_form {
    margin-top:10px;
    clear:both;
}

.comment_form div {
    text-align:left;
}

.comment_name {
}

.comment_mail {
}

.comment_text {
    margin-top:10px;
}

.comment_subscribe {
}

