.ratinglike {
    margin-bottom: 25px;
}

.ratinglike > div {
    display: inline-block;
}

.ratinglike .heart {
    cursor: pointer;
}

.ratinglike .heart.is_vote {
    color: #ea1414;
}

.ratinglike .rating {
    margin-left: 5px;
}

.ratinglike .showvoted {
    cursor: pointer;
}

#voted_window {
    padding: 20px;
    min-width: 350px;
}

.voted_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.voted_list .item {
    padding: 6px;
    float: left;
}

.voted_list .item .nickname {
    text-align: center;
}

.voted_list .item .avatar img {
    border-radius: 50%;
}