// $table-row-font-color: $jet;
// $table-line-height: rem-calc(18);
-// These are for controlling the display and margin of tables
+// These are for controlling the layout, display and margin of tables
+// $table-layout: auto;
// $table-display: table-cell;
// $table-margin-bottom: rem-calc(20);
$table-row-font-color: $jet !default;
$table-line-height: rem-calc(18) !default;
-// These are for controlling the display and margin of tables
+// These are for controlling the layout, display and margin of tables
+$table-layout: auto !default;
$table-display: table-cell !default;
$table-margin-bottom: rem-calc(20) !default;
background: $table-bg;
margin-bottom: $table-margin-bottom;
border: $table-border-style $table-border-size $table-border-color;
+ table-layout: $table-layout;
caption {
background: $table-caption-bg;