Created by: copperdesign
corresponding docs to: table-responsive change:
removed 100% width in combination with block, it will break the float in grids and alignments and always clear the preceding. Also the .table-responsive cannot be applied to the <table>
as display: block; breaks the automatic column width resizing. It should be applied to a wrapping div for overflow and above problems to work correctly