.buscar {
    margin-bottom: 20px;
}

#filtro-nome {
    padding: 8px;
    max-width: 300px;
    float: right;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background-color: #fff;
}

.table th, .table td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 12px;
}

.table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table tbody tr:hover {
    background-color: #f0f0f0;
}

h2 {
    color: #333;
    margin-top: 20px;
    font-weight: 600;
}