.userProfilePicture {
	background-color: #d1d0d2;
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
	font-weight: 900;
}

.smallProfilePicture {
	width: 35px;
	height: 35px;
	font-size: 17px;
}

.mediumProfilePicture{
	width: 75px;
	height: 75px;
	font-size: large;
}

.largeProfilePicture {
	width: 200px;
	height: 200px;
	font-size: 70px;
}