@charset "UTF-8";
.container-curator {
	width: 100%;
	max-width: 1110px;
	margin-left: -10px;
	margin-right: -10px;
	display: block;
	padding-bottom: 40px;
}
.crt-post-c {
  width: 100%;
  float: left;
}
.crt-post .crt-post-header,
.crt-post .crt-post-footer {
	display: none;
}
.crt-widget .crt-post {
	border-color: #e5e5e5; /* zelfde kleur als fond om border te verbergen - kan niet op 0 want inline staat op 1px */
}
.crt-post .crt-post-text {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
}
.curator-logo,
.crt-widget.crt-widget-branded .crt-logo {
	font-size: 10px;
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #777;
}
a.curator-logo {
	text-decoration: none;
}
