I fixed this problem by adding the following to table tr#body td CSS:
float: left; width: 100%;
Now you will need to monitor the errors of the fields and filling, but they can be avoided by changing box-sizing to elements.
One more note: you must get used to always putting a semicolon,; at the end of the line is each CSS styling.
Edit: adding display: block also works as sent by Andre Dion
source share