
details {
    margin-top: 15px;
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    margin-bottom: 10px;
    justify-items: center;
    width:70%;
    margin-left: 15%;
}

details summary {
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    color: #343a40;
    margin-bottom: 10px;
}

details[open] summary {
    margin-bottom: 10px;
}

table.szep-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

table.szep-table caption {
    caption-side: top;
    text-align: left;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
}

table.szep-table thead {
    background-color: #343a40;
    color: white;
}

table.szep-table th, table.szep-table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}

table.szep-table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

table.szep-table tbody tr:hover {
    background-color: #ffeeba;
    transition: background-color 0.3s;
}
