.DocumentDownloadList {
	margin: 0;
	padding: 0;
	list-style: none;
}

.DocumentDownloadList__item {
	display: block;
	border-bottom: 1px solid #eee;
}

.DocumentDownloadList__restrictedAccess .DocumentDownloadList__title::after {
	content: '\1f512';
	font-family: 'sn-icons', sans-serif;
	margin-left: 0.6em;
	color: #30749b;
}

.DocumentDownloadList__link,
.DocumentDownloadList__link:hover {
	display: block;
	position: relative;/** For correct placement of ::after element (arrow-right) */
	padding: 1em 2.5em 1em 2em;
	text-decoration: none;
	color: inherit;
}

.DocumentDownloadList__link:hover {
	background-color: #f9f9f9;
}

.DocumentDownloadList__link:hover .DocumentDownloadList__icon {
	filter: grayscale(0);
}

/**
 * Detailed info
 */

.DocumentDownloadList__detailedInfo {
	font-size: .7em;
	color: #888;
}

.DocumentDownloadList__detailedInfoItem + .DocumentDownloadList__detailedInfoItem{
	margin-left: 1em;
}

/**
 * Main info
 */

.DocumentDownloadList__icon {
	position: absolute;
	display: block;
	top: 1em;
	left: 0;
	width: 16px;
	height: 16px;
	font-size: 1em;
}

.DocumentDownloadList__title .DocumentDownloadList__icon {
	vertical-align: baseline;
}

.DocumentDownloadList__title {
	display: block;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1em;
	font-weight: bold;
}

/**
 * Labels
 */

.DocumentDownloadList__labels {
	font-family: sans-serif;
	font-size: .7em;
	text-transform: uppercase;
}

/**
 * Description
 */

.DocumentDownloadList__description {
	margin-bottom: 0;
}