.covers-CoversPrintSheets-header, .covers-CoversPrintSheets-headerSpace {
    height: 100px;
}

.covers-CoversPrintSheets-footer, .covers-CoversPrintSheets-footerSpace {
    height: 114px;
}

.covers-CoversPrintSheets-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

table.header.covers-CoversPrintSheets-header {
    position: fixed;
    top: 0mm;
    width: 100%;
    background: #fff;
}

.covers-CoversPrintSheets-page {
    page-break-after: always;
}

.covers-CoversPrintSheets-header img{
    margin-right:20px;
}

@media print {
    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }
}



* {
    font-family: 'Inter', sans-serif;
}

BODY {
    text-align: center;
    -webkit-print-color-adjust: exact;
}

table {
    width: 100% !important;
    border-collapse: collapse;
}

td {
    font-size: 10.5px;
}

table.header {
    position: relative;
}

.footer td {
    font-size: 11px;
}

.topbord td {
    border-top: 1px solid #444;
}

.bottombord {
    border-bottom: 1px solid #444;
}

.trBackground {
    background-color: #e5e5e5;
    -webkit-print-color-adjust: exact;
}

td.lbord {
    border-left: 1px solid #fff;
}

td.lbord {
    border-left: 1px solid #444;
}

td.rbord {
    border-right: none;
}

.frontheaders_black {
    border: 1px solid black;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;
    color: black;
    height: 25px;
    padding-left: 15px;
    vertical-align: top;
    line-height: 25px;
}

    .frontheaders_black span {
        font-weight: normal;
        float: right;
        padding-right: 15px;
    }

.first-topbord td {
    border-bottom: 3px solid #444;
}

.print_sheet_title {
    font-size: 25px;
}

    .print_sheet_title span {
        font-weight: bold;
    }

span.copyright {
    width: 400px;
    display: inline-block;
}

img.covers-CoversPrintSheet-logo {
    float: right;
}

table.footer {
    text-align: left;
}

img.gracenote {
    float: right;
}

img.covers-logo {
    position: absolute;
    left: 10px;
    top: -30px;
}

.footer td {
    text-align: left;
}

img.league-logo {
    width: 200px;
    position: absolute;
    left: 300px;
    top: -17px;
}

tr.trBackGround {
    background-color: #eee;
}

tr.highlight {
    background-color: #eee;
}

table.footer tr.highlight {
    background-color: #fff;
}

tr.highlight td.lbord, tr.topbord td.lbord, tr.odd-rows td.lbord {
    border-left: none;
}

tr.header-row.header-row-bottom {
    border-bottom: 3px solid #000;
}

td.covers-CoversPrintsheet-tableRightDivide a {
    border-bottom:none;
}