.user span {
    font-size: 1.2rem;
    position: relative;
    top: -15px;
    left: 5px;
    font-weight: bold;
}

.user img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
}

.datediff {
    color: #828282;
    font-size: 0.7rem;
    font-weight: bold;
}

.tagged-users {
    font-weight: bold;
    padding-left: 22px;
    background-image: url('../images/tagged-users.svg');
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.comment {
    padding: 0 0 0 45px;
    display: table-row;
}

.comment img.avatar {
    width: 32px;
    height: 32px;
    padding-top: 2px;
    display: table-cell;
    padding-right: 10px;
    border-radius: 32px;
}

.comment .container {
    display: table-cell;
    vertical-align: top;
}

.comment .container .user {
    color: #828282;
}

.comment .container .likes {
    font-size: 0.8rem;
    padding-bottom: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.hashtag {
    font-weight: bold;
}
