.article .profilePhoto {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.article .thumb {
    float: right;
    margin-left: 8px;
}

.article .commentPhoto {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 4px;
}

.article .comment {
    font-style: italic;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.article .rating {
    width: 64px;
    vertical-align: baseline;
}

@media (max-width: 420px) {
    .pageHeader input[type="search"] {
        width: 120px !important;
    }
}

.commentLikers {
    font-size: 80%;
}

.commentLikers img {
    width: 24px;
}

.commentLikers a {
    white-space: nowrap
}

.commentLike {

}

.checkinLikers {
    font-size: 80%;
}

.checkinLikers img {
    width: 24px;
}

.checkinLikers a {
    white-space: nowrap
}

.geoChart {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
}

.category img {
    width: 16px;
    margin-right: 4px;
    vertical-align: text-top;
    margin-top: 4px;
}

.parentCommentReaction img {
    width: 24px;
    margin-right: 4px;
}

.commentReplies .profilePhoto {
    float: none;
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.commentReplies .footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-right: 0.25rem;
}

.childComment {
    display: flex;
    flex-direction: row;
}

.childComment .profilePhoto {
    width: 48px;
    height: 48px;
    margin-right: 8px;
}

.childComment main {
}

.childComment .content {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 0 0.5rem 0.5rem 0.5rem;
}

.childComment main .contentHeader a {
    font-size: 80%;
    font-weight: 600;
}

.childComment .commentPhoto {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 4px;
}