<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.AvatarFirstLetter {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.AvatarFirstLetter img {
	margin: 0 !important;
}

.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;
}</pre></body></html>