  .response button{
   margin-left:10px;
    float: right;
  }
  .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:10px;
    border:none;
    height:80px;
    resize: none;
    outline: none;
    padding:10px;
    font-size: 12px;
  }
  .response h4{
    padding: 20px 20px;
    background: #F8F6F7;
    text-align: left;
    font-size: 14px;
  }
  .response [type="button"]{
    margin-right:10px;
    background:transparent;
    border:1px solid #9E9898;
    padding:4px 20px;
    color:#9E9898;
    border-radius:5px;
    cursor: pointer;
    outline: none;
  }
  .response [type="button"]:hover{
    color:white;
    background: #9E9898;
  }
  .response [type="submit"]{
    background:#EE4459;
    border:1px solid #EE4459;
    padding:4px 20px;
    color:white;
    border-radius:5px;
    cursor: pointer;
    outline: none;
  }
  .response [type="submit"]:hover{
    color:#EE4459;
    background: transparent;
  }
  .response [type="submit"]:disabled{
    background:transparent;
    border:1px solid #9E9898;
    color:#9E9898;
    opacity: 0.5;
  }
  .avatarwrap{
    width: 35px;
    height: 35px;
    float: left;
    margin: 10px ;
  }

  .btnwhite span {
    color: #fff !important;
  }