.collaboratorByline {
	margin-top: 6px;
	display: flex;
	align-items: center;
}

.collaboratorLabel {
	padding-top: 5px;
	line-height: 0.5;
	font-weight: bold;
}

.collaboratorProfileImage {
	display: inline-block;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.collaboratorContacts {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	.collaboratorContact {
		margin-right: 20px;
	}
}
