#comments ul {
    list-style: none;
    padding-left: 55px;
}

#comments li {
    position: relative;
    margin-bottom: 2rem;
}

#comments ul li > ul {
    border-left: 4px solid #EEE;
    /* padding-left: 65px; */
    margin: -20px auto;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    padding: 20px 0 20px 75px;
}

.avatar {
    position: absolute;
    top: 10px;
    left: -60px;
}

.avatar img {
    max-width: 45px !important;
    max-height: 45px !important;
}

.avatar img {
    border-radius: 3px;
}

.author .meta {
    font-size: 1.4rem;
    font-style: italic;
    color: #777;
    letter-spacing: 0;
}

.author .meta .user-name {
    font-size: 1.9rem;
    font-style: normal;
    margin-right: 10px;
}

.author .meta .user-name a {
    color: #0068ad;
}

.author .meta a {
    font-weight: bold;
    color: #777;
    text-decoration: none;
}

.content p {
    margin-bottom: 5px;
}

#comments .actions ul {
    padding-left: 0;
}

#comments .actions li {
    display: inline-block;
}

/* .ui-tip.vote {
    display: inline-block;
    width: 16.8px;
    height: 16.8px;
    text-indent: 200%;
    white-space: nowrap;
    position: relative;
    top: 1px;
    padding-right: 0;
    margin-right: 0;
    float: left;
} */

/* .vote.up,
.vote.down {
    text-indent: 200%;
    overflow: hidden;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

.vote.up {
    background: url('https://www.usms.org/-/media/usms/developers/images/myusms/icon-arrow-up.svg');
}

.vote.down {
    background: url('https://www.usms.org/-/media/usms/developers/images/myusms/icon-arrow-down.svg');
} */

.reply-form {
    position: relative;
}

.newreply {
    margin-bottom: 30px;
    padding-left: 75px;
}