// Variables
// ========================================================================

//$table-margin-vertical:                          $global-margin !default;
//
//$table-cell-padding-vertical:                    16px !default;
//$table-cell-padding-horizontal:                  12px !default;

$table-header-cell-font-size:                    14px;
$table-header-cell-font-weight:                  bold;
$table-header-cell-color:                        #BCC2CC;

//$table-footer-font-size:                         $global-small-font-size !default;
//
//$table-caption-font-size:                        $global-small-font-size !default;
//$table-caption-color:                            $global-muted-color !default;
//$table-caption-color:                            $global-muted-color !default;

$table-row-active-background:                    rgba(51, 119, 255, 0.15);
//
//$table-divider-border-width:                     $global-border-width !default;
//$table-divider-border:                           $global-border !default;
//
//$table-striped-row-background:                   $global-muted-background !default;
//
//$table-hover-row-background:                     $table-row-active-background !default;
//
//$table-small-cell-padding-vertical:              10px !default;
//$table-small-cell-padding-horizontal:            12px !default;
//
//$table-expand-min-width:                         300px !default;