.userInfo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 100%;
	background-color: white;
}

.userInfo .details {
	margin: 5px;
	float: left;
}

.userInfo .name {
	color: dimgrey;
}

.userInfo .stats {
	font-size: 12px;
	color: grey;
}

.userInfo .photo {
	float: left;
	width: 90px;
	height: 100%;
}

.userInfo .photo img {
	width: 100%;
	height: 100%;
}