<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*TABEL OPMAAK voor LIJST MOBIEL 1 KOLOM- ZOEKFUNCTIE staat in: lijst/mobiel/inhoud.html*/

table{font-family:Arial, sans-serif;border-collapse:collapse;width:100%}

td, th{border:2px solid #fff;text-align:left;padding:4px;font-weight:normal}
tr:nth-child(even){background-color:#f2f2f2}
tr:nth-child(odd){background-color:#d3d3d3;}
th{background-color:#306030;color:#fff;font-size:1.1em;background:linear-gradient(to left, rgba(255,255,255,0.4), rgba(48,96,48,0.9)60%)}

/*MEDIA*/
@media screen and (max-width:568px){table th:first-child, table td:first-child, th:nth-child(2), table td:nth-child(2){display:none}}/*Tabel in 1 KOLOM op MOBIEL*/

table th:nth-child(2), table td:nth-child(2){font-size:0.9em;padding-right:2px}
td.clickable{cursor:pointer;color:#000;text-decoration:none}
td.clickable:hover{color:red;text-decoration:none;cursor:pointer}
</pre></body></html>