.thm-page {
    display: block;
    height: auto;
    min-height: 100vh;
}
.thm-page.thm-fixed-column {
    display: flex;
    flex-wrap: wrap;
}
.thm-page .table thead {
    background: #343a40;
    color: #fff;
}
.thm-page .table thead td,
.thm-page .table thead th {
    font-weight: 500;
    border-bottom: none !important;
    border-top: none !important;
}
.thm-page .inline-label-heading {
    padding-left: 10px;
    line-height: 34px;
    font-weight: 500;
}
