.comment {
    margin: 10px;
}
.comment_pager {
    text-align: center;
}

.comment_write {
    text-align: center;
    margin: 10px 20%;
}
.comment_writemsg{
    width: 100%;
    height: 10em;
}
.commentitem {
    background: #EEEEEE;
    margin: 10px 0;
}
.commentitem .header {
    background: #666666;
    border-bottom: 1px solid #333333;
}
.commentitem .avatar {
    border: 1px solid #333333;
    float: left;
    display: inline;
    margin: 10px;
}

.commentitem .message {
    color: #7C5E76!important;
    margin: 10px 10px 10px 100px;
}

.commentitem .message a {
    color: #7C5E76!important;
}


/* Gent`s comments */
.comment_gent_writeform {
    text-align: center;
    margin: 10px 5%;
}
.comment_gent_writemsg{
    width: 100%;
    height: 10em;
    background:#cccccc;
}

.commentitem_gent {
    margin-bottom: 15px;
}
.commentitem_gent .avatar {
    float: left;
    display: inline;
    margin: 0 15px 15px 0;
}

.commentitem_gent_right {
    /*margin-left: 150px;*/
}
.commentitem_gent_name {
    color: #FFFFFF;
    font-size: 25px;
    font-family: Americana,times;
}
.commentitem_gent_titulus {
    color: #B2B2B2;
    font-size: 12px;
    margin-bottom: 15px;
}
.commentitem_gent_message {
    color: #AAAAAA;
    font-size: 12px;
    line-height: 1.5em;
}