/* Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
/* Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
/* line 8, ../input/tablesaw.stackonly.scss */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

/* line 14, ../input/tablesaw.stackonly.scss */
.tablesaw {
  border-collapse: collapse;
  width: 100%;
}

/* Structure */
/* line 21, ../input/tablesaw.stackonly.scss */
.tablesaw {
  border: 0;
  padding: 0;
}

/* line 27, ../input/tablesaw.stackonly.scss */
.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em;
}

/* line 34, ../input/tablesaw.stackonly.scss */
.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em;
}

/* Table rows have a gray bottom stroke by default */
/* line 41, ../input/tablesaw.stackonly.scss */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
}

/* line 46, ../input/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 */
@media only all {
  /* Show the table cells as a block level element */
  /* line 56, ../input/tablesaw.stackonly.scss */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }

  /* line 61, ../input/tablesaw.stackonly.scss */
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }

  /* Make the label elements a percentage width */
  /* line 69, ../input/tablesaw.stackonly.scss */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block;
  }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  /* line 79, ../input/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 85, ../input/tablesaw.stackonly.scss */
  .tablesaw-cell-label {
    display: block;
  }

  /* Avoid double strokes when stacked */
  /* line 91, ../input/tablesaw.stackonly.scss */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }

  /* Avoid double strokes when stacked */
  /* line 97, ../input/tablesaw.stackonly.scss */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 53.9375em) {
  /* line 103, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-stack thead td,
  .my-parent-selector .tablesaw-stack thead th {
    display: none;
  }
  /* line 107, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-stack tbody td,
  .my-parent-selector .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
  }
  .my-parent-selector .tablesaw-stack td .tablesaw-cell-label,
  .my-parent-selector .tablesaw-stack th .tablesaw-cell-label {
   display: inline-block !important; 
  }
  
  /* line 112, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-cell-label {
    vertical-align: top;
  }
  /* line 115, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block;
  }
  /* line 120, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-stack td:empty,
  .my-parent-selector .tablesaw-stack th:empty {
    display: none;
  }
}
@media (min-width: 54em) {
  /* line 164, ../input/tablesaw.stackonly.scss */
  .my-parent-selector {
    /* Show the table header rows */
    /* Hide the labels in each cell */
  }
  /* line 126, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-stack tr {
    display: table-row;
  }
  /* line 133, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-stack td,
  .my-parent-selector .tablesaw-stack th,
  .my-parent-selector .tablesaw-stack thead td,
  .my-parent-selector .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* line 139, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-stack td .tablesaw-cell-label,
  .my-parent-selector .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
@media print {
   /* line 133, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-stack td,
  .my-parent-selector .tablesaw-stack th,
  .my-parent-selector .tablesaw-stack thead td,
  .my-parent-selector .tablesaw-stack thead th {
    display: table-cell;
    margin: 1;
   
  }
  /* line 139, ../input/tablesaw.stackonly.scss */
  .my-parent-selector .tablesaw-stack td .tablesaw-cell-label,
  .my-parent-selector .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
  .my-parent-selector .tablesaw-stack tbody td,
  .my-parent-selector .tablesaw-stack tbody th {   
    float: none;
    
  }
  .my-parent-selector .tablesaw thead tr:first-child th {
     col:1em;
  }
  .my-parent-selector table.tablesaw {
  	table-layout: fixed;
  }
  .btn {
   display:none;
  }
  a[href]:after {
    content: none !important;
  }
  #noprint{
   display:none;
   show:false;
  }
}
