
div.below-content {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
    padding: 10px;
}

div.Comments {
    padding-top: 40px;
    background-image: url('/snippets/images/box_comments.png');
    background-position: top left;
    background-repeat: no-repeat;
}

div.Comments div.Comment {
    margin-bottom: 1em;
}

div.Comments div.Comment div.CommentSpace {
    padding: 0.1em;
}

div.Comments div.Author, div.Comments div.Entry {
    width: 98%;
    background-color: #F1F7ED;
    padding: 0.5em;
}

div.Comments div.Author {
    margin-bottom: 1px;
    background-color: #E0E6DC;
}

div.Comments div.Author b {
    color: #434343;
    font-size: 1.1em;
}
