.Community_Comment .module-content-block:first-child {
    margin-top: 0;
}

.Community_Comment .module-content-block:last-child {
    border-bottom: 0;
}

.Community_Comment .module-content-block {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.Community_Comment .comment-headline{
    margin-bottom: 15px;
}
.Community_Comment .comment-comment{
    margin: 20px 0;
    padding: 20px 10px;
    background: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
.Community_Comment .rating-form-field .amphiicon.icon-active,
.Community_Comment .rating-form-field .amphiicon.icon-passive {
    font-size: 24px;
    top: 3px;
    position: relative;
}