@page
{
    size: Letter portrait;
    margin-bottom:0.5in;
}

@media print, screen {

    html,body
    {
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin: 0;
       /* background-color: lightblue;*/
    }

    .page {
            box-sizing: border-box;
            overflow: hidden;
            white-space: nowrap;
            padding: 0.5in;
            width: 8.5in;
            height: 11in;
    }

    table { 
        page-break-inside:avoid;
        border-collapse: collapse;
        width: 7.5in;
        margin-left:0.5in;
        margin-right:0.5in;
        margin-top: 0.5in;
    }
    
    tr { 
        page-break-inside:avoid; 
        page-break-after:auto;
    }
    
     tr:nth-child(even) {
            background-color: #cccccc; /* Light gray color */
        }
    
    th, td {
         padding: 4px;
            text-align: left;
            border: 1px solid #ddd;
    }
    thead {
            display:table-header-group 
    }
    
    tfoot { 
            display:table-footer-group 
    }
    
     .sponsorSection {
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        width: 7.5in;
        height: 0.75in;  

    }

    .tournamentName {
         text-align: center;
        align-items: center;
        font-size: 20pt;
    }
    
    .tourLogo {
        float:left;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        width: 2in;
        height: 0.75in;  
    }
    
    .tourSponsor {
        float:left;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        overflow: hidden;
 
        white-space: nowrap;
        width: 2in;
        height: 0.8in;  
    }

    .localSponsor {
        margin-left:20px;
        padding:10px;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        overflow: hidden;
        white-space: nowrap;
        height:0.85in;
        img {
            max-width: 2.2in;
            max-height: 0.8in;
        }
     }
    
}