[data-action='save'],
[data-action='cancel'] {
    display: none;
}

.edit [data-action='save'],
.edit [data-action='cancel'] {
    display: inline-block;
}

.edit [data-action='edit'] {
    display: none;
}

.comment-respond.reply.reply-form {
    padding-bottom: 30px;
}


.comment-respond.reply.reply-form  .form-control{
    border-color: #ebebeb;
    padding: 10px 14px;
    height: calc(2.30em + .75rem + 2px);
    font-size: 14px;
}
.comment-respond.reply.reply-form  textarea.form-control{
    border-color: #ebebeb;
    padding: 10px 14px;
    height: calc(5em + .75rem + 2px);
    font-size: 14px;
}
