.whovisitedthistopic-avatar {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.whovisitedthistopic-avatar img {
	position: absolute;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	left: 0px;
	top: 0px;
	max-height: 20px;
	max-width: 20px;
}

.whovisitedthistopic-avatar img:hover {
	left: -40px;
	top: -40px;
	max-height:100px;
	max-width:100px;
	box-shadow: 0 0 20px #000;
	z-index: 10;
}

.whovisited-profile-list {
	margin-top: 10px;
}

.whovisited-profile-row {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.whovisited-profile-row:last-child {
	border-bottom: 0;
}

.whovisited-profile-topic {
	font-size: 1.1em;
	font-weight: 600;
}

.whovisited-profile-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 12px;
	margin-top: 4px;
	font-size: 0.9em;
}

.whovisited-profile-date {
	color: #aeb5c0;
}

.whovisitedthistopic-panel {
	margin-top: 15px;
}