/* #-------------------------------------------
   # Dingen die met de lijst te maken hebben...
   #-------------------------------------------*/


#table-overview {
    /* reset */
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
    display: table;    
    /* custom: */
    border: none;
    padding: 0 0 1em 0;
    margin: 0 0 0 0;
    border-bottom: 1px solid;
}

#table-overview tr {
    /* reset */
    all: unset;
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    /* custom: */
    border-bottom: 1px solid;
}

#table-overview td {
    /* reset */
    all: unset;
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
    /* custom: */

    padding: 1em 0 1em 0;
    margin: 1em 0 1em 0;
}

#table-overview td span{
    margin: 0 0 0  1em;
}