.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

.page-header h2 {
    margin: 0;
    font-size: 1.8rem;
}

.page-actions .button {
    padding: 6px 12px;
    background: #007acc;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.page-actions .button:hover {
    background: #005fa3;
}

.users-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.users-table th, .users-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

.users-table th {
    text-align: left;
    background: #f7f7f7;
}

.actions .btn-small {
    margin-right: 5px;
    font-size: 0.9em;
}

.btn-danger {
    color: #c00;
}

.content {
    margin-top: 80px;
}

