#tkalender {
    width: 100%;
    background: white;
}

#ausgabe {
    margin-bottom: 30px;
}

#tkalender {
    caption-side: top;
    background:none;
}

#tkalender tbody  th{
    font-weight: normal;
}

#tkalender th, #tkalender td {
    vertical-align: top;
}
@media screen and (min-width:768px) {
    #tkalender tbody th, #tkalender tbody td:nth-child(1) {
        width:220px;
        padding-right: 20px;
    }
    #tkalender tbody th, #tkalender tbody td:nth-child(2) {
        padding-right: 20px;
    }
    #tkalender tbody th,#tkalender tbody td{
        border-bottom: 1px solid #999;
        padding-top:3px;
        padding-bottom:3px;
    }
}

@media screen and (max-width:767px){
    #tkalender thead{
        display:block;
        height:1px !important;
        width:1px;
        overflow:hidden;
    }

    #tkalender tbody th{
        font-weight:bold;
        display:block;
    }
    #tkalender tbody td{
        display:block;
    }
    #tkalender tbody td:last-child{
        margin-bottom:30px;
    }




}
