.user img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 0.5em;
}
.user h1 {
	margin-top: 0;
	margin-bottom: 0.25em;
}

.user {
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-right: 1em;
	display: inline-block;
}

.user .details {
	display: inline-block;
	max-width: 25em;
	white-space: pre;
}

nav.sort-styles ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	text-align: center;
	padding: 0;
}
nav.sort-styles li {
	display: inline-block;
	font-size: 105%;
	margin: 0 1em;
	padding-bottom: 0.2em;
}
nav.sort-styles li.active {
	border-bottom: 3px solid firebrick;
}