.employeeName{
	margin-bottom:0;
}
.employeeIcon{
	width:30px;	
	font-size:19px;
}
.employeeLink, .employeeLink:visited{
	color:black !important;
	text-decoration:none;	
}
.employeeLink:hover{
	color:#16528B !important;		
}
.employee_image_grayscale{
	filter: grayscale(100%);
	transition: all 0.2s ease;
}
.employee_image_grayscale:hover{
	filter: none;
}