/* Site specific CSS goes here. */
.talk {color: #0a0a0a; font-size: 1rem;}
.dark {color: #0a0a0a;}
.right {margin-left:20px;}
.margbot {margin-bottom:0px;}

/* Filterable/Sortable Tables
 ------------------------------- */
 
.no-js .table-filter-container {
  display: none;
}

/* Tablesaw styles */
.tablesaw-sortable-btn {
  cursor: pointer;
}

.tablesaw-sortable-head .tablesaw-sortable-arrow::after {
  content: "\f0dc";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-size: 0.8em;
  margin-left: 0.375em;
}

.tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow::after {
  content: "\f0dd";
}
.tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow::after {
  content: "\f0de";
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-cell-content a {
  word-break: break-word;
}

@media only screen and (min-width: 40em) {
  .tablesaw th {
    text-transform: uppercase;
  }
}

/* Strikethrough
 ------------------------------- */
 .done {text-decoration:line-through;}
 
