Your table has 5 columns. Since the table is set to width="100%", the last column will stretch to fill the width of the browser. To avoid this, set the table width to a number like 600 (not 100%). Also, the widths for your other columns are small, if the data does not fit, the...