*
{
	overflow:visible !important;
}

html, body, #wrapper, #dbnl, #scrollable, #content, td#text, td#left, #container, #right, .overzicht
{
	margin-left:0px !important;
	width:100% !important;
	background: #fff !important;
	margin-top:0px !important;
}
#wrapper, #scrollable, #container
{
	position:relative;
	height:auto;
	left:0 ;
	top:0 !important;
}
div#nav, div#navwrapper, div#broodwrapper, td#left div, div#breadcrumbs, header#top, .print, .prevnext, aside
{
	display:none !important;
	height:0px;
}

td#left
{
	width:0px !important;
}

td#text,
div.contentholder
{
	width:450px !important;
}
td#right div.notes-container,
td#right
{
	width:200px !important;
}
div#dbnl
{
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

table.filler
{
	display:none !important;
}

div.nieuwe_titels_left, div.nieuwe_titels_right { width:180px; }
div.nieuwe_titels_mid { width:310px; }




* { box-sizing: border-box; }

.grid-container
{
	width : 100%;
	max-width : 1496px;
}

.nopadding
{
	padding:0 !important;
}
.nomargin
{
	margin:0 !important;
}

.row:before,
.row:after
{
	content:"";
	display: table ;
	clear:both;
}

[class*='col-']
{
	float: left;
	min-height: 1px;

	/* gutter */
	padding: 5px;
}

	[class*='col-']
	{
		padding: 20px;
	}
	.leeg { display:block; }
	.col-1{ width: 8.33%; }
	.col-2{ width: 16.66%; }
	.col-3{ width: 25%;    }
	.col-4{ width: 33.33%; }
	.col-5{ width: 41.66%; }
	.col-6{ width: 50%;   }
	.col-7{ width: 58.33%; }
	.col-8{ width: 66.66%; }
	.col-9{ width: 75%;    }
	.col-10{ width: 83.35%; }
	.col-11{ width: 91.66%; }
	.col-12{ width: 100%;   }

.hidden
{
	display: none;
}
