.main-container.truthtable {
    margin-top: 1em;
}

.truthtable-config {
    background-color: transparent;
}




#truthtable-table {
    border-collapse: collapse;
    min-width: 320px;
    width: auto;
    max-width: 600px;
}

#truthtable-table th,
#truthtable-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

#truthtable-table thead {
    background-color: #f2f2f2;
    font-weight: bold;
}

#truthtable-table tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* listrado */
}

#truthtable-table tbody tr:hover {
    background-color: #e6f7ff; /* destaque ao passar o mouse */
}