.passwort-schachtel {
    margin: 1em 0;
}

.passwort-schachtel input[type="text"] {
    padding: 0.4em;
    margin-right: 0.5em;
}

.passwort-schachtel button {
    padding: 0.4em 0.8em;
    cursor: pointer;
}

.passwort-schachtel pre {
    margin-top: 1em;
    padding: 0.8em;
    background: #f8f8f8;
    border-radius: 5px;
    display: inline-block;
}

.passwort-schachtel button.copy-btn {
    margin-left: 0.5em;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

table.passlog-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
}

table.passlog-table th, table.passlog-table td {
    text-align: left;
    padding: 0.5em;
    border: none;
}

table.passlog-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table.passlog-table tr:nth-child(odd) {
    background-color: transparent;
}

table.passlog-table th {
    font-weight: bold;
}
