/* ------------------------------------------------------------------------------
 *
 *  # Global configuration
 *
 *  Here you can change main theme, enable or disable certain components and
 *  optional styles. This allows you to include only components that you need.
 *
 *  'true'  - enables component and includes it to main CSS file.
 *  'false' - disables component and excludes it from main CSS file.
 *
 *  Layout helper: @if $layout == 'base' {...}
 *  Theme helper: @if $theme == 'material' {...}
 *  Component helper: @if $enable-* {...}
 *
 * ---------------------------------------------------------------------------- */

 .table td{
    padding: 0.4rem  0.5rem 0.4rem 0.1rem !important;
    min-height: 1rem!important;
    white-space: nowrap;
}


table th{
    padding: 0.4rem  2.1rem 0.4rem 0.1rem !important;
    white-space: nowrap;

