.lb-root {
	text-align: center;
}
.lb-header {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 4px;
}
.lb-user-disconnected {
	color: var(--text-muted);
	text-decoration: line-through;
}
.lb-user-list {
	display: inline-block;
	max-width: 100%;
}
.lb-user {
	display: flex;
	align-items: center;
	padding: 2px 0;
	line-height: 1.3;
}
.lb-crown {
	width: 100%;
	height: 100%;
	color: #ffc900;
}
.lb-user-rank {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}
.lb-user-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 24px;
}
.lb-user-score {
	color: var(--blue);
	text-align: right;
	flex-shrink: 0;
	flex-grow: 1;
	min-width: 30px;
	padding-left: 10px;
	/* tabular font for better alignment */
	font-family: 'Varela Round', sans-serif;
	font-weight: 600;
	font-size: 18px;
}
