.tableView .text .inputWrapper input{
    width: 5ch;
}

.row.tableView:nth-child(1) table{
    table-layout: auto;
    width:45em;
}

.row.tableView:nth-child(3) table{
    table-layout: auto;
    width:20em;
}

.row.tableView:nth-child(8) table{
    table-layout: auto;
    width:43em;
   
}

