#aktuellesTabelle {
    width: 100%;
}

#aktuellesTabelle tr {
    border-bottom: 1px solid #94d04d;
}

#aktuellesTabelle th {
    font-weight: bold;
    padding: 3px 15px 3px 0;
    vertical-align: top;
}

#aktuellesTabelle th:last-child {
    padding-right: 0;
}

#aktuellesTabelle td {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    vertical-align: top;
}

#aktuellesTabelle td:first-child {
    width: auto;
}


@media screen and (max-width: 767px) {

    #aktuellesTabelle th, #aktuellesTabelle td {
        display: block;
        width: 100% !important;
    }

    #aktuellesTabelle tr {
        border-bottom: 1px solid #94d04d;
    }

    #aktuellesTabelle tr:first-child {
        display: none;
    }

    #aktuellesTabelle td {
        padding: 1px;
    }

    #aktuellesTabelle td:first-child {
        font-weight: bold;
        padding-top: 5px;
    }

    #aktuellesTabelle td:last-child {
        padding-bottom: 5px;
    }

}