#alphabet {
	list-style: none;
	margin: 0; padding: 0;
}
#alphabet li {
	display: inline-block;
	width: 3.8461%; margin: 0;
	font-weight: bold; text-align: center;
}
#alphabet li a {
	text-decoration: none;
}
.totop {
	float: right;
}

ul.attendees {
	list-style: none;
	margin: 0; padding: 0;
}
.attendees li {
	margin-bottom: 1rem;
	color: #000;
}

.attendees .attendee {
	display: flex;
}
.attendees .photo {
	flex: 0 0 5rem;
	width: 5rem; height: 5rem; margin-right: 0.75rem;
}
.attendees .photo img {
	border-radius: 0.5rem;
}
.attendees .info {
	flex: 1 1 auto;
	max-width: calc(100% - 5.75rem);
}
.attendees .info .name {
	display: block;
	font-size: 1.125rem;
}
