table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

table td,
table th {
	padding: 8px;
}

table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
}

#leaderboard {
	width: 40%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.user-block img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

table th:first-child {
	width: 120px;
}

.user-block {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 5px;
	margin-bottom: 5px;
}

.user-block img {
	margin-right: 10px;
}

h3 {
	text-align: center;
	margin-bottom: 20px;
}

#category-checks {
	text-align: center;
	margin-bottom: 20px;
}

label {
	display: inline-block;
}

#category-checks {
	margin: 20px auto;
	width: 42%;
	user-select: none;
}
