.comments-item{
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background: #edeff4;
    margin: 0 auto;
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.user-ava{
    width: 50px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}
.user-info{
    margin-top: 6px;
}
.user-text{
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 0;
    padding-top: 0;
    border-radius: 15px;
    font-size: 18px;
    color: #000;
    text-align: left;
}
.user-text a{
    font-size: 18px;
    font-family: 'Lucida Grande';
    font-weight: 700;
    color: #3b5993;
    margin-right: 10px;
}
.user-text a{
    color: #0056b3;
}
.message-time{
    text-decoration: none;
    color: gray!important;
}
.comment{
    padding: 5px 10px;
    height: 130px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    background-color: #edeff4;
    margin-bottom: 20px;
}
.addphoto{
    display: inline-block;
}
#textboxname, #textboxtext{
    max-width: 100%!important;
    font-size: 16px!important
}
.textbox{
    color: #000;
    border-radius: 0;
    border: 1px solid #bdc7d8;
    padding: 3px;
    height: 30px;
    font-size: 12px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 2px;
}
.view{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.description{
    display: inline-block;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}
.sendcomment{
    font-size: 14px;
    color: #0056b3!important;
    cursor: pointer;
}