<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.user-avatar {
	position:relative;
	display:inline-block;
	width:150px;
	height:150px;
}

.user-avatar img {
	width:100%;
	height:150px;
	object-fit:cover;
   object-position:50% 50%;
}

.user-avatar .blend {
	position:absolute;
	display:block;
	top:-1px;
	left:-1px;
	justify-content:center;
	align-items:center;
	width:calc(100% + 2px);
	height:calc(100% + 2px);
	border-radius:50%;
    z-index:2;
}


.user-table .user-table-icon {
	display:inline-block;
	width:20px;
}

.user-points .donation-points &gt; svg &gt; path,
.user-points .gold-points &gt; svg &gt; path {
	color:goldenrod!important;
	padding-right:5px;
}

.user-points .vote-points &gt; svg &gt; path,
.user-points .silver-points &gt; svg &gt; path {
	color:silver;
	padding-right:5px;
}

.user-points .copper-points &gt; svg &gt; path {
	color: #b87333;
	padding-right:5px;
}</pre></body></html>