
#short-comments {
    padding-bottom: 3.75rem;
}

#short-comments-list {
    padding-top: 0.25rem;
}
.short-comments-article {
    padding: 1.75rem 0;
}
.short-comments-article+.short-comments-article {
    border-top: dashed 1px #999;
}
.short-comments-article a {
    position: relative;
    display: block;
}
.short-comments-article-meta {
    margin: 0;
}
.short-comments-article-meta-posted,
.short-comments-article-meta-updated {
    display: block;
    font-size: 0.75rem;
    line-height: 1.334;
}
.short-comments-article-title {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.5238;
    margin: 0.625rem 0 0.125rem 0;
}
.short-comments-article-body p {
    margin: 0;
}
.short-comments-article-body {
    margin-bottom: -0.5rem;
}

#short-comments-list+.pager {
    margin-top: 2.25rem;
}

@media screen and (min-width: 768px)
{
    #short-comments {
        position: relative;
        padding-bottom: 6.25rem;
    }

    #short-comments-list {
        padding: 0.75rem 0 0 0;
    }
    .short-comments-article {
        padding: 2.5rem 0;
    }
    .short-comments-article-meta {
        margin: 0;
    }
    .short-comments-article-meta-posted,
    .short-comments-article-meta-updated {
        display: inline-block;
        font-size: 1rem;
        line-height: 2;
    }
    .short-comments-article-meta-updated::before {
        content: "/";
    }
    .short-comments-article-title {
        font-size: 1.5rem;
        line-height: 1.667;
        margin-top: 0;
        margin-bottom: 0;
    }
    .short-comments-article-body {
        margin-bottom: 0;
    }

    #short-comments-list+.pager {
        margin-top: 0.75rem;
    }
}

@media screen and (min-width: 768px) and (any-hover: hover)
{
    .short-comments-article a::before {
        content: "";
        display: block;
        width: calc(100% + 1.5625rem);
        height: calc(100% + 1rem);
        background-color: rgba(0,0,0,0.05);
        position: absolute;
        top: -0.5rem;
        left: -0.78125rem;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .2s;
        transition: .2s;
    }
    .short-comments-article a:hover::before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}