.footstats-fixtures-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 0.9rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.footstats-fixtures-table th {
    background-color: #0033cc;
    color: white;
    padding: 10px;
    text-align: left;
}

.footstats-fixtures-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.footstats-fixtures-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.footstats-fixture-date {
    white-space: nowrap;
}

.footstats-fixture-match {
    font-weight: bold;
}

.footstats-fixture-tv {
    color: #666;
}