.wc-shownews-wrap{
	height: 80px;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	cursor: pointer;
}

.wc-shownews-wrap .imagewrap{
	float: left;
	width: 100px;
	height: 60px;
}

.wc-shownews-wrap .imagewrap .image{
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

.wc-shownews-wrap .infowrap{
	float: left;
	width: calc(100% - 100px);
	box-sizing: border-box;
	height: 100%;
	padding-left: 10px;
}

.wc-shownews-wrap .infowrap .title{
	width: 100%;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: 400;
}

.wc-shownews-wrap .infowrap .date{
	font-size: 11px;
	font-style: italic;
}

.wc-shownews-allwrap{
	height: 170px;
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	cursor: pointer;
}

.wc-shownews-allwrap .imagewrap{
	float: left;
	width: 150px;
	height: 90px;
}

.wc-shownews-allwrap .imagewrap .image{
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

.wc-shownews-allwrap .infowrap{
	float: left;
	width: calc(100% - 150px);
	box-sizing: border-box;
	height: 100%;
	padding-left: 10px;
}

.wc-shownews-allwrap .infowrap .title{
	width: 100%;
}

.wc-shownews-allwrap .infowrap .date{
	font-size: 11px;
	font-style: italic;
}

.meernieuws{
	text-decoration:underline; 
	font-size:12px;
	text-align: right;
	width: 100%;
}