table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}

.tablesaw {
  border-collapse: collapse;
  width: 100%;
  border: 0;
  margin-bottom: 20px;
  padding: 0;
  max-width: 100%;
}

.tablesaw td,
.tablesaw th {
  box-sizing: border-box;
  padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
  padding-bottom: .7em;
  padding-top: .9em;
}

table.tablesaw tbody th {
  font-weight: 700;
}

table.tablesaw thead td,
table.tablesaw thead th {
  color: #444;
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-size: .9em;
}

.tablesaw td,
.tablesaw th {
  line-height: 1em;
  text-align: left;
  vertical-align: middle;
}

.tablesaw tbody th,
.tablesaw td {
  font-size: .875rem;
  vertical-align: middle;
}

.tablesaw tbody th .btn,
.tablesaw td .btn {
  margin: 0;
}

.tablesaw thead {
  background: #f5f4f0;
}

.tablesaw thead th {
  color: #777;
  font-weight: 100;
  text-align: left;
  text-shadow: 0 1px 0 #fff;
}

.tablesaw thead tr:first-child th {
  font-family: "LibreFrank", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.tablesaw tbody tr,
.tablesaw-stack tbody tr {
  border-bottom: inherit;
}

.tablesaw caption {
  margin-bottom: 1.4em;
  opacity: .5;
  text-align: left;
}

.tablesaw-cell-label-top {
  font-size: .9em;
  font-weight: 400;
  text-transform: uppercase;
}

.tablesaw-cell-label {
  color: #666;
  font-family: sans-serif;
  font-size: .65em;
  text-transform: uppercase;
}

@media (min-width:40em) {
  .tablesaw td {
      line-height: 2em;
  }
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}

@media only screen {
  .tablesaw-stack td,
  .tablesaw-stack th {
      display: block;
      text-align: left;
  }
  .tablesaw-stack tr {
      clear: both;
      display: table-row;
  }
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
      display: inline-block;
      min-width: 30%;
      padding: 0 .6em 0 0;
  }
  .tablesaw-stack td .tablesaw-cell-label-top,
  .tablesaw-stack th .tablesaw-cell-label-top {
      display: block;
      margin: .4em 0;
      padding: .4em 0;
  }
  .tablesaw-cell-label {
      display: block;
  }
  .tablesaw-stack tbody th.group {
      margin-top: -1px;
  }
  .tablesaw-stack th.group b.tablesaw-cell-label {
      display: none!important;
  }
}

@media only screen and (max-width:39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
      display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
      clear: left;
      float: left;
      font-size: .8125rem;
      padding-bottom: 0;
      padding-top: 10px;
      width: 100%;
  }
  .tablesaw-stack tbody td::after,
  .tablesaw-stack tbody th::after {
      border-bottom: 1px solid #e1ddd2;
      content: "";
      display: block;
      height: 1px;
      padding-top: 10px;
      width: 100%;
  }
  .tablesaw-stack tbody td:last-child::after,
  .tablesaw-stack tbody th:last-child::after {
      border-bottom: 0 none;
  }
  .tablesaw-stack tbody tr {
      border-bottom: 1px solid #333f48;
  }
  .tablesaw-stack tbody tr:last-child {
      border-bottom: 2px solid #e1ddd2;
  }
  .tablesaw-cell-label {
      position: relative;
      top: -1px;
  }
}

@media only screen and (max-width:40em) {
  .tablesaw-stack tbody td:first-child {
      padding-top: 15px;
  }
  .tablesaw-stack tbody td:last-child {
      padding-bottom: 5px;
  }
}

@media only screen and (min-width:40em) {
  .tablesaw-stack tr {
      display: table-row;
  }
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
      display: table-cell;
      margin: 0;
  }
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
      display: none!important;
  }
}

.tablesaw-fix-persist {
  table-layout: fixed;
}
@media only screen and (min-width:40em) {
  .tablesaw-modeswitch {
      clear: none;
      float: left;
  }
  .tablesaw-sortable-switch+.tablesaw-modeswitch {
      border-top: medium none;
  }
}
/* Add class="fixed" to any <table> tag to prevent overlapping divs */
@media only screen and (min-width: 40em) {
  table.fixed {
      table-layout: fixed;
  }
}

/* Force tables with centered cells to left-align on mobile display */
@media only screen and (max-width: 40em) {
  table.tablesaw-stack td,
  table.tablesaw-stack th,
  table.tablesaw-stack thead td,
  table.tablesaw-stack thead th {
    text-align: left!important;
  }
}
