/**
 * Hide screen specific elements fomr print
 */
.tv-action,
.cr-table-view tfoot,
th:not(.tv-col-sorted) .tv-title-sort {
    display: none;
}

.cr-table-view {
    margin-bottom: 2em;
    font: 10pt Sans-serif;
    color: black;
    background: none;
}

.cr-table-view td,
.cr-table-view th {
    border-top: 1px solid #ddd;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.cr-table-view th {
    font-size: 95%;
    opacity: .9;
}

.cr-table-view caption {
    margin: .5em 0;
    padding: 0 .5rem;
    font-size: 1.3em;
    font-weight: normal;
}

.tv-data-summary-container td {
    border-top: 0;
}

.cr-table-view th,
.cr-table-view tbody td {
    padding: 3pt;
    page-break-inside: avoid !important;
}

.cr-table-view thead {
    display: table-header-group;
}

.cr-table-view thead a,
.cr-table-view tbody a {
    text-decoration: none;
}

.tv-title-link {
    display: flex;
    align-items: center;
    padding-right: 1rem;
}

.tv-title-sort {
    width: 8px;
    height: 8px;
}

/** Hack-ish way to prevent Webkit browsers from breaking pages inside table rows */
.cr-table-view tbody td:before,
.cr-table-view tbody td:after {
    content: '';
    height: 2pt;
    display: block;
}

.cr-no-results h2 {
    font-size: 12pt;
    font-weight: normal;
}