.matches-widget-controls{white-space:nowrap; display:inline-flex; flex-direction:row; align-items:center; gap:10px; width: auto; margin-right: auto;}
		.matches-widget-pickers{display:flex; gap:8px; flex:1; }
		.matches-widget-nav{white-space:nowrap;}

		.matches-widget{width:100%; overflow:hidden; transition:height 500ms ease;}
		.matches-widget-scroll{width:100%;}

		table.matches-widget-table{width:100%; table-layout:fixed; border-collapse:collapse;}
		table.matches-widget-table th,
		table.matches-widget-table td{vertical-align:top;}

		table.matches-widget-table th.col-date,
		table.matches-widget-table td.col-date{width:72px; white-space:nowrap; overflow:visible; text-overflow:clip;}
		table.matches-widget-table th.col-time,
		table.matches-widget-table td.col-time{width:64px; white-space:nowrap; overflow:visible; text-overflow:clip;}

		table.matches-widget-table th.col-host,
		table.matches-widget-table td.col-host,
		table.matches-widget-table th.col-guest,
		table.matches-widget-table td.col-guest{white-space:normal; overflow:visible; text-overflow:clip;}

		table.matches-widget-table.has-results th.col-result,
		table.matches-widget-table.has-results td.col-result{width:86px; white-space:nowrap; overflow:visible; text-overflow:clip;}

		table.matches-widget-table.has-results th.col-host,
		table.matches-widget-table.has-results td.col-host{width:calc((100% - 72px - 64px - 86px)/2);}
		table.matches-widget-table.has-results th.col-guest,
		table.matches-widget-table.has-results td.col-guest{width:calc((100% - 72px - 64px - 86px)/2);}

		table.matches-widget-table.no-results th.col-host,
		table.matches-widget-table.no-results td.col-host{width:calc((100% - 72px - 64px)/2);}
		table.matches-widget-table.no-results th.col-guest,
		table.matches-widget-table.no-results td.col-guest{width:calc((100% - 72px - 64px)/2);}

		tr.dag-kop.divider td{font-weight:bold;}

/* wrapper animatie */
		.matches-widget-wrapper .matches-widget{
			overflow: hidden;
			transition: max-height 500ms ease;
		}
		.matches-widget-wrapper .matches-widget-scroll{
			overflow-y: auto;
			overflow-x: hidden;
			max-height: 600px;
		}

.zp-page .matches-widget-wrapper {
	min-height: 650px;
}