Survey Form styling

Can’t figure out why my ‘checkboxes’ are slanted. Would appreciate suggestions.

It is caused by float: left; on the input[type=checkbox] selector.

Also, not sure but did you not mean to put all the inputs and labels inside the div with the improvements label?