.comment {
    background: #E0E0E0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.comment-hidden {
    opacity: 0.5;
    transition: opacity .25s;
}
.comment-hidden:hover {
    opacity: 1;   
}
.comment-moderation {
    float: right;   
}
.comment-avatar, .article-avatar {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: 5px solid #FFF;
    max-width: 80%;
}
.comment h3 {
    margin-top: 0px;   
}
.comment-information time {
    display: inline-block;
    float: right;
    font-style: italic;
    padding-right: 20px;
    font-weight: 400;
}
.comment-content i {
    color: #777;
    font-size: 18px;
    line-height: 18px;
    padding-right: 10px;
}
.comment-content i:last-of-type {
    padding-left: 10px;
    padding-right: 0px;
}
.article-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: -55px;
    position: relative;
    top: -55px;
}
.article-content {
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.article-content p {
    letter-spacing: 0.5px;
    line-height: 1.6;
}
.article-content p:last-of-type {
    margin-bottom: 0px;
}
.article-information {
    margin-bottom: 20px;
}
.article-image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.article-avatar-container {
    text-align: center;   
}
.category-article-title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
}
.category-article-title a {
    text-decoration: none;
}
.category-article {
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.category-article:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
}
.category-article-image {
    height: auto;
    background-position: center;
    background-size: cover;
}
.category-read-more {
    margin: 10px 0px;   
}
.category-articles {
    margin-top: 40px;   
}
.category-time {
    color: #333;
    margin-bottom: 10px;
    font-style: italic;
}
.article-comment-avatar-container, article-comment-info-container {
    padding: 20px;   
}
.category-container {
    margin-bottom: 40px;   
}
.category-article-image {
    width: 100%;
    border-radius: 3px;
}
.article-content img {
    max-width: 100%;   
}
.category-author-info img, .article-author-info img {
    border-radius: 100px !important;
    width: 100%;
}
.category-author-info time, .article-author-info time {
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
}
.category-card p {
    padding-bottom: 10px;
}
.article-container img {
    border-radius: 5px;   
}
.article-author-info {
    margin-top: 40px;
    margin-bottom: 20px;
}
.comment-container {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
}
.comment-author img {
    border-radius: 1000px;
    width: 60%;
}
.comment-author {
    text-align: center;
}
.comments-container h3 {
    margin-bottom: 20px;   
}
.search-page h1 {
    margin-bottom: 40px;   
}
.category-card .card-footer {
    text-align: right;   
}
.category-card .card-footer p:first-of-type {
    float: left;
}
.category-card .card-footer p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.category-article-author-info {
    font-style: italic;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}
.child-categories {
    margin-bottom: 40px;   
}
.child-category {
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 15px;
}
.child-category > p:last-of-type {
    margin-bottom: 0px;   
}
.child-category-image {
    width: 100%;
    border-radius: 5px;
}