/* Allgemeine Tabellen-Stile */

table {
    border-collapse: collapse;
    width: 100%;
}

table th, table td {
    border-bottom: 1px solid #e9ecef;
    padding: 12px 15px;
    text-align: left;
    vertical-align: middle;
}

table th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #6c757d;
}

table tr:hover {
    background-color: #fafcff;
}
