td {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav {
    margin-bottom: 0px;
}

.table-actions-buttons button {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;

}
.table-actions-buttons form {
    padding: 0;
    display: inline;
}


.inputs-table {
    height: 700px;
}

.table-top-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-left: 600px;   
}

