#nlInfo { margin: 20px 0; }
#nlInfo p { margin-bottom: 20px; }
.nlClickQuestion { font-weight: bold; padding-bottom: 10px; }
.nlClickQuestion:hover { cursor: pointer; color: #337889; padding-bottom: 10px; }
.nlShowAnswer { padding-bottom: 30px; display: none; }        
#nlInfo .headline { padding: 10px 0; border-top: 1px solid #eee; }
#nlInfo { border-bottom: 1px solid #eee; } 
#nlInfo ul.nlList { margin-left: 35px; width: 90%; }
#nlInfo ul.nlList li { padding: 5px; }
#nlQ11, #nlQ11Answer, #nlQ01, #nlQ06Answer, #nlQ06, #nlQ06Answer { display: none; }
    table td { vertical-align: top; padding: 10px 10px 10px 5px; }
    table tr:nth-child(even) { background-color: #f7f7f7; border-top: 1px solid gray; }
    table tr:nth-child(odd) { background-color: #ffffff; border-top: 1px solid gray; }
    table tr th { background-color: #eee; padding: 5px; }
    table.feestdagen { white-space: nowrap; }
    
    .nlVerzending ul { padding-left: 20px; }
    #bs4 .card > a[aria-expanded="false"]:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';font-weight: 900;
        float: right;
    }
    #bs4 .card > a[aria-expanded="true"]:after {
        content: "\f106";
        font-family: 'Font Awesome 5 Free';font-weight: 900;
        float: right;
    }
    #bs4 .card a.card-header{
        cursor:pointer;
    }

    @media screen and (max-width: 768px) {
        .levertijdenTable, .feestdagen { width: 100%; }
    }

    @media screen and (min-width: 769px) {
        .nlVerzending td > br { display: none; }
        table.levertijdenTable { width: 44%; }
    }

    .card-body.feestdag-container { display: flex; flex-direction: column; }
    .feestdag-container img { width: 200px; align-self: center; }
    .feestdag-container p { margin-bottom: 0.8rem; }
    /*.nlVerzending .card .feestdag { font-weight: bold; color: #E30513; }*/
    /*.nlVerzending a.feestdag:not([href]):not([tabindex]):hover, .nlVerzending a.feestdag:not([href]):not([tabindex]):focus { color: #E30513; }*/