.user-mentor-dropdown .u-row {
	display: flex;
	align-items: center;
}
.user-mentor-dropdown .position-info {
	display: inline-block;
}
.user-mentor-dropdown .name-email-group {
	display: flex;
	font-size: 1.6rem;
}
.user-mentor-dropdown .text-muted {
	font-size: 1.4rem;
}
.user-mentor-dropdown .user-name {
	color: #717171;
}
.user-mentor-dropdown .email {
	margin-left: .4rem;
}
.user-mentor-dropdown .title {
	color: $text-secondary;
	display: inline-block;
	margin-right: $sp-space--sm;
}
.user-mentor-dropdown .title:empty {
	display: block;
	margin-right: 0;
}
.user-mentor-dropdown .separator {
	color: $text-secondary;
}
.user-mentor-dropdown .department {
	color: $text-secondary;
	display: inline-block;
	margin-left: $sp-space--sm;
}
.user-mentor-dropdown .cover-area {
	height: 1.7rem;
	width: 1rem;
	background-color: transparent;
	cursor: default;
}
.user-mentor-dropdown .cover-left {
	margin-left: -1rem;
	margin-top: -.4rem;
	float: left;
}
.user-mentor-dropdown .cover-right {
	margin-right: -1rem;
	margin-top: -1.3rem;
	float: right;
}
.user-mentor-dropdown .delimiter-container {
	position: relative;
	height: 1.7rem;
	margin-bottom: -.4rem;
	margin-top: -.4rem;
	cursor: default;
}
.user-mentor-dropdown .delimiter {
	position: absolute;
	top: -1.4rem;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.user-mentor-dropdown .message-container .grouping-message {
	margin-top: -.5rem;
	margin-bottom: -.5rem;
	cursor: default;
}
.user-mentor-dropdown .message-container .cover-left {
	height: 2.2rem;
	margin-top: -1rem;
	margin-bottom: -.5rem;
}
.user-mentor-dropdown .message-container .cover-right {
	height: 2.2rem;
	margin-top: -1.6rem;
	margin-right: -.8rem;
}