@media (max-width: 576px) and (min-width: 1px) {
  table.table-results {
    /* font-size: 11px; */
  }
}

/* Gallery badge column */
.gallery-badge-col {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  text-align: center;
  padding: 0.25rem 0.15rem !important;
}

.gallery-badge {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  opacity: 0.7;
}

.table-results tr.tr-hover:hover>* {
    background-color: rgba(0, 0, 0, 0.07);
}

.table-results tr:hover {
    cursor: pointer;
}

.table-results thead {
  width: 100%;
}

.table-results tbody {
  height: 100vh;
  overflow-y: auto;
  width: 100%;
}

.table-results tr.number_of_results th {
  padding: 0.25em;
  text-align: center;
  font-weight: normal;
  font-size: 0.5em;
}

.table-results thead {
    background-color: var(--background-color);
}


.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  /* white-space: normal;
  padding: 4px 20px 4px 4px */
}

.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc,
.tablesorter-default thead .tablesorter-headerSortUp {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  /* border-bottom: #000 2px solid */
}

.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc,
.tablesorter-default thead .tablesorter-headerSortDown {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  /* border-bottom: #000 2px solid */
}

.tablesorter-default thead .sorter-false {
  background-image: none;
  cursor: default;
  /* padding: 4px */
}

.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
  background-color: rgba(0, 0, 0, 0.15)
}

.table-build_sheet,
.table-build_sheet:hover {
  cursor: auto !important;
}