ul.avatar-list {
	list-style: none;
	float: left;
}

li.avatar-list-item {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
}

li.avatar-list-item.xl {
	padding: 0px 5px;
}

a.avatar-link {
	display: block;
}

.avatar {
	display: table;
	border-radius: 100%;
}

.avatar .initials {
	display: table-cell;
}

.avatar.border {
	border: 3px solid #fff;
}

.avatar.border .avatar-image.abs {
	/** Adjust for border width so border shows up even with images */
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
}

.avatar+.avatar-name {
	margin-top: 15px;
}

.avatar.border.avatar-background-light {
	border: 3px solid #1D2027;
}

.avatar.xs {
	width: 40px;
	height: 40px;
	border-width: 2px;
}

.avatar-name.xs {
	width: 40px;
}

.avatar.s {
	width: 60px;
	height: 60px;
}

.avatar.ms {
	width: 80px;
	height: 80px;
}

.avatar-name.ms {
	width: 80px;
}

.avatar-name.s {
	width: 60px;
}

.avatar.m {
	width: 110px;
	height: 110px;
}

.avatar-name.m {
	width: 110px;
}

.avatar.l {
	width: 150px;
	height: 150px;
}

.avatar-name.l {
	width: 150px;
}

.avatar.xl {
	width: 160px;
	height: 160px;
}

.avatar-name.xl {
	width: 160px;
	padding-top: 5px;
}

.avatar .initials {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.avatar.xs .initials {
	font-size: 14px;
}

.avatar.s .initials {
	font-size: 23px;
}

.avatar.ms .initials {
	font-size: 26px;
}

.avatar.m .initials {
	font-size: 53px;
}

.avatar.l .initials {
	font-size: 68px;
}

.avatar.xl .initials {
	font-size: 75px;
}

.avatar-background-dark {
	color: white;
}

.avatar-background-light {
	color: #1D2027;
}

.avatar {
	position: relative;
	background-size: cover;
}

.avatar .avatar-image {
	background-position: center center;
	box-sizing: border-box;
	background-size: cover;
	border-radius: 100%;
}

.avatar-checkmark {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	margin-bottom: -8px;
	margin-right: -8px;
	border-radius: 100%;
	padding: 4px;
}

/*company select tag labels*/
.avatar-tag-label {
	padding: 3px 11px;
	top: -10px;
	position: relative;
	left: 0;
	right: 0;
	color: white;
	border: 1px solid white;
	border-radius: 20px;
}

a.avatar.l.anchor {
	line-height: 130px;
}