/*! Tablesaw - v3.1.0 - 2018-12-10
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
/*! Tablesaw - v3.1.0 - 2018-12-10
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
/* line 9, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

/* line 18, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
.tablesaw * {
  box-sizing: border-box;
}

/* line 22, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  /* line 34, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
  .tablesaw-stack {
    clear: both;
  }

  /* line 38, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  /* line 44, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  /* line 51, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  /* line 60, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0;
  }

  /* line 67, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  /* line 73, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  /* line 79, /reporting/app/assets/stylesheets/common/tablesaw.stackonly.scss */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
