<style type ="text/css">
.tableFixHead{ overflow-y: auto; overflow-x: hidden; height: 560px; }
.rTable { display: table;  width: 100%; border-collapse: collapse;}
.rTableRow { display: table-row; width: 100%;padding:0px; margin:0px; height:1.5em;}
.rTableHeading { display: table-header-group; width: 100%;}
.rTableBody { display: table-row-group; width: 100%; }

.rTableFoot { display: table-footer-group; }
.rTableHead { display: table-cell; text-align: middle; color:blue; position: sticky; top: 0; border: 1px solid}
.rTableCellL { display: table-cell; text-align: left; vertical-align:top;font-size:1em; }
.rTableCellLclick { display: table-cell; text-align: left; color:blue; font-size:1em; }
.rTableCellLclick:hover {cursor: pointer; text-decoration: underline;}/* Mouse pointer on hover */
.rTableCellR { display: table-cell; text-align: right; padding-right:4px;}
.rTableCellRclick { display: table-cell;  text-align:right; height:100%; color:blue; font-size:1em; }
.rTableCellRclick:hover {cursor: pointer; /*background-color: lightgrey;*/ text-decoration: underline;}/* Mouse pointer on hover */
.rTableCellCclick { display: table-cell;  text-align:center; height:100%; color:blue; font-size:1em; }
.rTableCellCclick:hover {cursor: pointer; /*background-color: lightgrey;*/ text-decoration: underline;}/* Mouse pointer on hover */
.rTableCellC { display: table-cell; text-align: center;}
.rTableCellCred { display: table-cell; text-align: center; color:red;}

.rTablePerson { display: table;  width: 90%; border-collapse: collapse;}
.rTableRowPerson { display: table-row; width: 100%;padding:0px; margin:0px;}
.rTableCellovergrootouder { display: table-cell; width: 12.5%; text-align: center;}
.rTableCellgrootouder { display: table-cell; column-span:2; width: 25%; text-align: center;}
.rTableCellouder { color:blue}
.rTableCellouder:hover {cursor: pointer; /*background-color: lightgrey;*/ text-decoration: underline;}
.rTableCellpersonL { display: table-cell; width: 10%; text-align: left;}
.rTableCellpersonC { display: table-cell; width: 80%; text-align: center;}
.rTableCellpersonR { display: table-cell; width; 10%; text-align: right;}
.rTableCellCechtgenoot { display: table-cell; width: 50%; text-align: center;}
.rTableCellCechtgenoot { display: table-cell; width: 50%; text-align: center;}


</style>

