.comment-inner
{
    position: relative;

    margin-bottom: 1rem;
    padding: 1rem;

    border: 1px solid #e7e7e7;
}

.comment,
.comment__info,
.comment__control ul
{
    display: flex;
}
.comment__info
{
    flex-direction: column;
}
.comment-inner mark
{
    position: absolute;
    right: 1rem;

    padding: 0 1rem;
}

.comment__userpic-content > *
{
    width: 50px;
    height: 50px;

    border-radius: 50%;
    background-color: #ececec;
}

.comment__content
{
    padding: 0 1rem;
}

.comment__info-time
{
    font-size: 12px;

    color: #999;
}

.comment__info-author,
.comment__control li
{
    padding-right: .5rem;
}

.comment__control li a
{
    text-decoration: underline;

    color: #1a6dbb;
}

.comment__body
{
    line-height: 1;

    padding: .5rem 0;
}

.comment__info .comment__body p
{
    margin-bottom: .5rem;
}

.indented
{
    padding-left: 1rem;

    border-left: #999 1px dotted;
}
@media (min-width: 992px)
{
    .comment-inner
    {
        margin-bottom: 1.5rem;
        padding: 2.5rem;
    }
    .comment__userpic-content > *
    {
        width: 75px;
        height: 75px;
    }
    .comment__info
    {
        flex-direction: row;
    }
    .comment-inner mark
    {
        right: 2.5rem;
    }
}
