<div class="table-responsive">
<table class="table">
<caption>Some optional information here for the size chart </caption>
<thead>
<tr>
<th scope="col"></th>
<th scope="col">Bust</th>
<th scope="col">Waist</th>
<th scope="col">Hip</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">S</th>
<td>34" - 35"</td>
<td>27" - 28"</td>
<td>37" - 38"</td>
</tr>
<tr>
<th scope="row">M</th>
<td>36" - 37"</td>
<td>29" - 30"</td>
<td>39" - 40"</td>
</tr>
<tr>
<th scope="row">L</th>
<td>38" - 39"</td>
<td>31" - 32"</td>
<td>41" - 42"</td>
</tr>
</tbody>
</table>
</div>