.user-list-item-username {
    margin-bottom: 3px;
}

.user-list-item-login {
	font-size: 15px;
	font-weight: 600;
}

.user-list-item-name {
	font-size: 12px;
	color: #d32f2f;
}


.user-list-item-status {
    color: #adadad;
    font-size: 11px;
}

.user-list-item-status--online {
    color: #4caf50;
}


.user-list-item-note {
    background: #fffde7;
    padding: 6px 10px;
    font-size: 11px;
    margin-top: 10px;
    border-radius: 2px;
}


.user-list-item-rating {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #4caf50;
}
