.comments {
    width: 85%;
}

.comments a {
    color: #AD1C17;
}

.comment_header {
    width: 100%;
    height: 20px;
    padding-top: 5px;
    background-color: #34A293;
}
.comment_data {
    float: left;
    font-style: italic;
    font-weight: normal;
}

.comment_author {
    font-weight: bold;
    margin-left: 5px;
}

.comment_reply {
    float: right;
    margin-right: 5px;
}

.discussionLeaf {
    clear: both;
    background-color: #8DDFDE;
    padding: 5px;
}

.bd #content {
    width: auto;
}
