body.lh_comps_game_post-template-default h1 {
    display: none;
}   
        table {
            
            border-collapse: collapse;
        }
        
        
        td {
            min-width: 20px;

        }
        
        td.signature{
            
            min-width: 90px;
            
        }
        
        tr.totals, tr.referees {
            height: 30px;
            
        }
        
        tr.signature{
            height: 60px;
            
        }
        
a:link { 
  text-decoration: none; 
} 

table, table th:not(.inactive), table td {
  border: 1px solid black;
  border-style: solid !important;
  border-spacing: 0;
  background-color:transparent;
  font-size: 100%;

}

table {
    
    border-spacing: 0;
}
th, td {
    
    padding: 0;

}

span.text_holder {
    padding-left: 5px;
    
}

th {
    
    padding-left: 5px;

}

td.end_first_half {
    
    border-right-width: 3px;
}

td.start_first_half {
    
    border-left-width: 3px;
}

th.first_half_header {
    
    border-left-width: 3px;
    border-right-width: 3px;
}

div.lh_comps-scoring_div{
    float: left;
}

div.lh_comps-instructions_div{
    float: right;
    width: 250px;
}

footer {
    clear: both;
}

th.inactive {
        
    background-color:#eee;
        
}


article.type-lh_comps_game_post:not(.lh_comps-is_bye) {
    
    page-break-before: always;
    
}