/* generates gap between last comment and editing area for new comments / responses */
.form-controls.comment-edit {
    margin-top: 20px;
}

/* fixes margin before buttons which is unnecessarily limited to a max-width of 768 px in ckans main.css */
.form-actions .btn {
    margin-top: 5px;
}

/* indent responses */
.comment-wrapper .comment-wrapper {
    margin-left: 16px;
}

/* fixes curser representation hovering Edit and Response buttons */
.comment .content .links a {
    cursor: pointer;
}

.comment h4 {
    margin-top: 20px;
}