.access-icon {
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center;
	width: 24px;
	height: 24px;

    display: inline-block; /* WIP fix*/
}

.access-icon.lock-locked {
	background-image: url('../images/icons/locks/lock_locked.svg');
}

.access-icon.lock-unlocked,
.access-icon.free-status {
	background-image: url('../images/icons/locks/lock_unlocked.svg');
}

.access-icon.lock-locked-anonym {
	background-image: url('../images/icons/locks/lock_locked_anonym.svg');
}

.access-icon.lock-4, .access-icon.open-access {
	background-image: url('../images/icons/locks/lock_open_access.svg');
	height: 26px;
}

.pdf-icon {
	background-image: url('../images/icons/adobe_pdf.svg');
}
.bookmark-inactive, .bookmark {
	background-image: url('../images/icons/star_grey.svg');
	cursor:pointer;
}
.bookmark.active {
	background-image: url('../images/icons/star_blue.svg');
}
.share-icon {
	background-image: url('../images/icons/share_grey.svg');
	cursor:pointer;
}
.infographic {
	background-image: url('../images/icons/infographic.svg');
}
.ccl-status {
	background-image: url('../images/icons/ccl.png');
}
.videosummary {
	background-image: url('../images/icons/video_summary.svg');
}
.eletter {
	background-image: url('../images/icons/eletter.svg');
}
.authorinsights {
	background-image: url('../images/icons/author_insights.svg');
}
.datasupplement {
	background-image: url('../images/icons/folder_open.svg');
}
.surgical {
	background-image: url('../images/icons/surgical_video.svg');
}
.link-icon {
	background-image: url('../images/icons/link.svg');
	background-repeat:no-repeat;
	background-size:16px;
	background-position: left center;
	padding-left: 18px;
	color: #808080;
	text-decoration: none;
	font-size: 0.75em;
	line-height: 1.9em;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
}
