#egm-staff-directory-list
{
	list-style-type: none;
	padding: 0;
}
#egm-staff-directory-list-service
{
	list-style-type: none;
	padding: 0;
}
.egm-staff-directory-header
{
	display: flex;
}
.egm-staff-directory-header > .col
{
	
}
.egm-staff-directory-item
{
	display: flex;
	padding: 0;
}
.egm-staff-directory-item > .col
{
	box-shadow: none !important;
	padding: 6px !important;
	background: #f6f6f4 !important;
}
.egm-staff-directory-item > .col > img
{
	padding: 5px;
	background: #fff;
	margin: 5px;
	max-width: calc(100% - 20px);
	max-height: 87px
}
#staffid-row
{
	padding: 20px;
	background: #f6f6f4;
}
.staffdirectory-option
{
	text-decoration: none;
}
.staff-directory-options-area
{
	margin-bottom: 30px;
}
#staffdirectory-archortags {
	list-style-type: none;
}
.staffid-photo-display {
	max-width: calc(100% - 30px);
}