Created by: kevinoconnor7
There was a small styling issue if you decided you wanted a table with table-bordered in a panel. Because the panel provides a border around the left and right sides of the table, the table-bordered class added another one on top of that. This results in the border on the left and right sides of the table being double the size of the border.
This merge should resolve this.