section#post_content{
    
    display: block;
    margin-top: 100px;
    
}

table#anwesenheits_liste{
    
    overflow: auto;
    width: 100%;
}

table#anwesenheits_liste a{
    
    color: black;
    
}


table#anwesenheits_liste {
    overflow-x: scroll;
    display:block;
}

table#anwesenheits_liste td{
    
    cursor: pointer;
    
}

#legende{
    
    margin-top: 20px;
    margin-bottom: 20px;
    
}