.local-gcs-htmlpage .print {float:right;}
.local-gcs-htmlpage .reportcontent { margin-top:10px; padding-top:10px; border-top: 3px solid black; }
.local-gcs-htmlpage .reportcontent .logo { display:none; }
.local-gcs-htmlpage .reportcontent h1 { background-color: lightgrey; text-align:center; padding:10px; border-top: 2px solid black; border-bottom: 2px solid black;}
.local-gcs-htmlpage .reportcontent h2 { margin-bottom: 10px; }
.local-gcs-htmlpage .reportcontent .nameaddr { float:left; }
.local-gcs-htmlpage .reportcontent .degrees { width:fit-content; margin: 0 auto;}
.local-gcs-htmlpage .reportcontent .degrees table { width:fit-content; margin-left:40px; }
.local-gcs-htmlpage .reportcontent .date {float:right; text-align:right; }
.local-gcs-htmlpage .reportcontent .clear { clear:both; }
.local-gcs-htmlpage .reportcontent th { padding:5px; border:1px solid black; background-color: lightgrey; }
.local-gcs-htmlpage .reportcontent td { padding:5px; border:1px solid black;}
.local-gcs-htmlpage .reportcontent td.category { padding:10px 0 0 0; border: none; }
.local-gcs-htmlpage .reportcontent tr.inprogress { background-color:LightGoldenRodYellow; } 
.local-gcs-htmlpage .reportcontent tr.audit { background-color:PaleGreen; } 
.local-gcs-htmlpage .reportcontent tfoot tr td { border:none; }
.local-gcs-htmlpage .reportcontent tfoot tr td div { height:0.25in; }
@page {
	size:letter;
	margin-top: 0.5in;
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
        color-adjust: exact !important;                 /* Firefox 48 – 96 */
        print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
    }    
    #page-header {display:none;}
    #page-footer {display:none;}
    h2 {display:none;}
	.local-gcs-htmlpage .reportcontent { margin-top:0; padding-top:0; border-top: none; }
    .local-gcs-htmlpage .reportcontent .logo { display:block; width:100%; text-align:center; margin-bottom:10px; }
    .local-gcs-htmlpage .studentselect { display:none; }
    .local-gcs-htmlpage .programselect { display:none; }
    .local-gcs-htmlpage .reportcontent { border: none; }
    .local-gcs-htmlpage h2 {display:block;}
    .local-gcs-htmlpage table { width:100%; }
    .local-gcs-htmlpage .print {display:none;}
}