<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*TABEL-MAATTABEL.CSS */

/* TABEL TOP*/ 
.TabelColumnsTop{width:95%;padding-top:4px;font-size:0.9em;margin-top:15px;margin-bottom:-42px;background-color:#808080;margin-left:25px;border-radius:15px 15px 0 0} 
.TabelColumnsTop td{background-color:#808080} 
.TabelColumnsTop th{font-size:1.3em;line-height:1.9em;color:#fff;background-color:#808080} 
/* MEDIA */ 
@media only screen and (max-width:667px){.TabelGerechtenLijstTop{width:100%}} 

/* TABEL*/ 
.TabelColumns{width:95%;height:auto;padding-top:5px;font-size:0.9em;margin-top:45px;margin-left:25px} 
.TabelColumns td{font-size:1.1em;color:#000;font-weight:bold;vertical-align:central;padding:3px 3px 3px 5px;line-height:1.3em;height:25px} 
.TabelColumns td:first-child{width:140px} 
.TabelColumns td:nth-child(2){width:95px} 
.TabelColumns tr:nth-child(odd){background-color:#d3d3d3} 
.TabelColumns tr:nth-child(even){background-color:#909090} 
/* MEDIA */ 
@media only screen and (max-width:667px){.TabelGerechtenLijstTop{width:100%}} 
</pre></body></html>