@media screen and (max-width: 999px) {
	.col.right .contentboxPlus {
		margin-bottom: 70px;
	}
}

.contentboxPlus.styling-bordered {
	border: 1px solid #707070;
	padding: 25px 20px 20px;
}

.contentboxPlus.styling-background {
	background-color: #ebebeb;
	padding: 25px 20px 20px;
}

.contentboxPlus.centerJustified {
	text-align: center;
}

.columnLayout.full-width .contentboxPlus.centerJustified {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.contentboxPlus .downloads {
	overflow: hidden;
}

.contentboxPlus .downloads a {
	color: inherit;
	display: block;
	width: 100%;
	padding-left: 36px;
	background-image: url(../../../../images/icon_download_dark.svg);
	background-size: 22px 22px;
	background-position: left 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	box-sizing: border-box;
}

.contentboxPlus .downloads a + a {
	margin-top: 10px;
}