.ContentDownloadPreview .downloadbutton {
	font-weight: bold;
	position: relative;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.2px;
	padding-left: 14px;
	white-space: nowrap;
}
.ContentDownloadPreview .downloadbutton:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	transform: rotate(-45deg);
	left: 0px;
	top: 3px;
	border-right: 3px solid #cd1319;
	border-bottom: 3px solid #cd1319;
}
.ContentDownloadPreview .item {
	border: 1px solid #dcdcdc;
	margin: 0 0 1.3rem;
	width: 23%;
}
.ContentDownloadPreview .picture {
	max-width: 100%;
	border-bottom: none;
	box-sizing: border-box;
	padding: 10px;
}
.ContentDownloadPreview figcaption {
	background: #efefef;
	padding: 8px 20px 8px 30px;
	border: 1px solid #dcdcdc;
	border-width: 1px 4px 0px 4px;
}
.ContentDownloadPreview .description h3 {
	margin: 0;
	color: #000;
}
@media all and (max-width: 600px) {
	.ContentDownloadPreview figure {width: 100%;}
}