.animation.ng-enter {
  -webkit-transition: 1s;
  opacity: 0;
}

.animation.ng-enter-stagger {
  transition-delay: 0.2s;
}

.animation.ng-enter.ng-enter-active {
  opacity: 1;
}

#comments {
    margin-top: 40px;
}

#comments .indented .kw_comments,
#comments .kw_comments {
    padding: 10px 0 10px;
    border-top: 1px solid #DDD;
}

#comments .kw_comments .comment-picture {
    float: left;
    margin-right: 20px;
}

#comments .kw_comments .btn-group {
    float: right;
    margin-bottom: 10px;
}

#comments .kw_comments .btn-group ul.links {
    margin: 0;
}

#comments .kw_comments .btn-group ul.links li {
    display: inline;
    padding: 0;
}

#comments .kw_comments .btn-group ul.links li a {
    margin-left: 5px;
}

#comments .kw_comments h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

#comments .kw_comments .date,
#comments .kw_comments .author {
    color: #8C8C8C;
    display: inline-block;
    padding: 5px 5px 0 0;
    margin: 0 10px 0 0;
    float: none;
}

#comments .kw_comments .content {
    margin-top: 10px;
}

.title.comment-form {
    padding: 17px 20px 18px 0;
    margin-top: 0;
    margin-bottom: 18px;
    border-top: 1px solid #DDD;
}

#comment-form .form-textarea-wrapper span.mceEditor.defaultSkin {
    position: relative;
    bottom: 28px;
    display: block;
}