#fundliste, #verlorenliste {
    width: 100%;
}


#fundliste th, #verlorenliste th {
    display: none;
}

#fundliste td, #verlorenliste td {
    display: block;
    text-align: left;
    vertical-align: top;
    background: #f5f5f5;
}

#fundliste td:last-child, #verlorenliste td:last-child {
    border-bottom: 3px solid white;
}

@media only screen and (min-width: 500px) {
    #fundliste th, #verlorenliste th {
        display: table-cell;
    }

    #fundliste td, #verlorenliste td {
        display: table-cell;
        text-align: left;
        padding: 3px 10px 3px 3px;
        vertical-align: top;
        background: #f5f5f5;
        border-bottom: 3px solid white;
    }

    #fundliste td:first-child, #verlorenliste td:first-child {
        width: 30%;
    }

    #fundliste td:last-child, #verlorenliste td:last-child {
        width: 30%;
    }
}


@media only screen and (max-width: 991px) {
    #fundliste td:first-child, #verlorenliste td:first-child {
        font-weight: bold;
    }
}