.avatar-letter {
	font-size: 3em!important;
	line-height:36px;
	width:36px;
	border:0;
	border-radius: 6px;
	text-align:center;
	margin:0;
	padding:0;
	background:#00000022;
	color:white;
}

@media (max-width: 700px) {
	.avatar-letter {
		font-size: 3em!important;
		line-height:40px;
		width:40px;
	}
}


.avatar.avatar-letter:hover {
	text-decoration: none;
}
