body {
	background-color: black;
	color: white;
	font-family: fantasy;
}

a {
	color: grey;
}

td {
	align-content: center
}

.info-box {
	background-color: #2f2f2f;
	text-align: center;
}

.info-box li {
	text-align: left;
	font-size: small;
}

.member {
	padding-top: 1em;
}

.name {
	display: inline;
	font-weight: bold;
}

.name:after {
	content: ":";
}

.role {
	display: inline;
}
