.comment {
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    margin: 20px auto;
    max-width: 985px;
    display: flex;
    padding: 20px 15px;
    font-family: sans-serif;
}

.comment p {
    font-family: sans-serif;
    font-size: 21px;
    line-height: normal;
    letter-spacing: .3px;
}

.comment h5 {
    font-family: sans-serif;
    font-size: 21px;
    line-height: normal;
    letter-spacing: .3px;
}

.avataruni {
    display: flex;
    padding-top: 20px
}

.textcom {
    margin-left: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.imgcom {
    width: 100%;
    max-width: 50px
}

.imgcom img {
    width: 50px;
    border-radius: 50px;
    height: 50px
}

.comph {
    max-width: 400px;
    width: 100%;
    margin-top: 10px
}


.imgpost {
    width: 117px;
    float: left;
    margin-right: 10px
}


