.response {
    float: left;
    width: 100%;
    border: 1px solid #ebeaea;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}
.response button{
    margin-left:10px;
    float: right;
}
.response h4 {
    margin: 0;
}
.responsewrap{
    text-align: right;
    display: inline-block;
    width:100%;
}
.responsewrap button{
    background:transparent;
    border:1px solid #EE4459;
    padding:5px 20px;
    color:#EE4459;
    border-radius:5px;
    cursor: pointer;
    outline: none;
    float: right;
}

.responsewrap button:hover{
    color:white;
    background: #EE4459;
}
.response{
    width:100%;
}
.response textarea{
    width: 100%;
    margin-bottom: -4px;
    border:none;
    height:80px;
    resize: none;
    outline: none;
    padding:10px;
    font-family: inherit;
}
.response h4{
    padding: 20px 20px;
    background: #F8F6F7;
    text-align: left;
    font-size: 14px;
}
.response [type="submit"]{
    background:transparent;
    border:1px solid #9E9898;
    padding:4px 20px;
    color:#9E9898;
    border-radius:5px;
    cursor: pointer;
    outline: none;
}
.response [type="submit"]:hover{
    color:white;
    background: #9E9898;
}
.avatarwrap{
    width: 35px;
    height: 35px;
    float: left;
    margin: 10px ;
}