Use style
width: 95%;
instead of this. Also, depending on your intention, consider a style
width: 100%; margin-left: 10px; margin-right: 10px;
for a better layout. I can only guess here, but it seems like a good idea to make the distance between the table and the edge of the window corrected. Otherwise, when resizing, the fields will dynamically change.
source share