/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


figure.wp-block-table {
  display: block !important;
  overflow-x: auto;
}

figure.wp-block-table table {
  display: table !important;
  width: 100%;
}

/* table {
	display: table !important;
}

tr {
	display: table-row !important;
}

td {
	display: table-cell !important;
} */

table, tr, td {
    border: none !important;
	font-size: inherit !important;
}

td {
	margin: 0 !important;
	padding: 0 !important;
}
/* 
table.tijden {
	padding: 10px;  
	min-width: 270px;
} */

/* 
table.tijden tr td:first-child {
	text-align: left;
	padding-right: 30px;
} */

figure.datums table td {
	border: 1px solid #fff;
}

figure.datums table tr td:last-child {
	width: 100px;
/* 	text-align: right; */
}









