Responsive-table2
Note: this table left aligns the text. Please don't wrap the table with a div of any kind.
<table class="responsive-table2">
<thead>
<tr>
<th>**th go here**</th>
<th>**th go here**</th>
<th>**th go here**</th>
</tr>
</thead>
<tbody>
<tr>
<td>**data goes here**</td>
<td>**data goes here**</td>
<td>**data goes here**</td>
</tr>
</tbody>
</table>