.user-avatar {
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    position: relative;
    border-radius: 100%;
}
#comments ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments ol.commentlist li.comment {
    margin-top: 2rem;
}
#comments .comment-header {
    margin-bottom: 0.5rem;
}
#comments ul.children {
    margin: 2rem 0 0 0;
    overflow: inherit;
    padding: 0 0 0 3.5rem;
    list-style: none;
}
#comments ul.children li.comment:before {
    display: block;
    font-family: "Unicons" !important;
    content: "\ea5d";
    font-size: calc(1.025rem + .9vw);
    position: absolute;
    margin-left: -3.5rem;
    margin-top: -1rem;
    color: rgba(164,174,198,.25);
}