#tableContainer {
    min-height: 300px;
}

.pagination-btn.active {
    background-color: #0d6efd !important;
    color: #fff !important;
}

#tableContainer tr {
    font-weight: 300;
    font-size: .95rem;
    letter-spacing: .15px;
}

#tableContainer tr>td:not(:last-child),
#tableContainer tr>th {
    letter-spacing: .8px;
    vertical-align: middle;
    padding: 0 .5rem;
}

#tableContainer tr>td:not(:last-child),
#tableContainer tr>th:not(:last-child) {
    width: 85px;
    text-align: center;
}

#tableContainer tr>td:not(:last-child) {
    padding: 0 .5rem;
}

#tableContainer tr>th {
    line-height: 1rem;
    padding: .25rem .5rem;
    background-color: var(--bs-dark);
    color: #fff;
    font-weight: 400;
}

.table > :not(caption) > * > * {
    padding: 0.35rem 0.5rem;
}

#tableContainer .date-input {
    padding: 0 0.5rem;
    font-size: .95rem;
    border: 0 none;
}

.correction {
    font-family: var(--bs-font-sans-serif);
}

/*********************/

.result-summary {
  max-width: 400px;
  min-width: 260px;
}

/* Responsive columns on small screens */
@media (max-width: 400px) {
  .result-summary .row > div {
    font-size: 15px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .result-summary {
    max-width: 98vw;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}

.table .cell-index {
    position: absolute;
    right: 0.12rem;
    bottom: 0;
    font-size: 0.6em;
    pointer-events: none;
    color: var(--bs-tertiary-color);
}
.table .td-has-index {
    position: relative;
}