﻿#LLTabelle {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #LLTabelle td, #LLTabelle th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #LLTabelle tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #LLTabelle tr:hover {
        background-color: #ddd;
    }

    #LLTabelle th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #333366;
        color: white;
    }

#LLSpielplan {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #LLSpielplan td, #LLSpielplan th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #LLSpielplan tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #LLSpielplan tr:hover {
        background-color: #ddd;
    }

    #LLSpielplan th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #333366;
        color: white;
    }

.Date, .Time, .Result {
    width: 10%;
    color: green;
}

.Home, .Guest {
    width: 35%;
}
