/* Should put this in the comments.less file */
.comment-body a.like {
    color: #dadada;
    margin-right: 5px;
    font-size:20px;
}

.comment-body a.like:hover {
    color: #a6a6a6;
}

.comment-body a.userLiked {
    color: red;
}

.comment-body a.userLiked:hover {
    color: #ce0202;
}

.comment-body .likesStat {
    font-size: 14px;
    vertical-align:middle;
    margin-top: 5px;
    text-decoration: underline;
}

.comment-body .noLikes {
    text-decoration: none;
}

.comment-body .likesStat:hover {
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

.comment-body .noLikes:hover {
    cursor: auto;
    text-decoration: none;
}

.elementInline {
    display: inline-flex;
    float: right;
    vertical-align:middle;
}

.whoLikedPost {
    height: 0;
    overflow: hidden;
    transition: height 0.8s ease;
}

.names {
    padding: 10px;
    background-color: #eeeeee;
    border-radius: 5px;
    text-align: right;
    font-size: 12px;
}

