My requirement is to display data in the tables. And the data is dynamic which i'm retrieving information from the database. Based on the loop written in jsp page, it displays the tables and data in it. The last table displayed in the second row should start from the left most area and should start after the maximum height of the table displayed in the first row (i.e., second table height). Please suggest, what would be the CSS changes to allow the table in the second row start from left and it should leave the gap of the maximum height table generated in the first row. Please find the jsfiddle: My requirement is to display data in the tables