.comment{
    padding:20px;
    background: #EFEFEF;
    margin-bottom:2px;
    border-radius: 5px;
}
.comment:last-of-type{
    margin-bottom:20px!important;
}
.comment > p {
    padding-bottom:0;
    margin-bottom:0;
}
.avatarwrap{
    margin-right:10px;
    width: 35px;
    height: 35px;
    float: left;
  }

  .iconDelete {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: -30px;
    cursor: pointer;
  }