.AvatarFirstLetter {
	display: block;
	position: relative;
}

.AvatarFirstLetter span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 100%;
	height: 24px;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}