@media print {
   /*body {
      width: 100%;
      margin: 0;
      padding: 0;
   }
	@page {
      width: 100%;
	}
	@page :first {
		margin-top: 0;
		padding-top: 0;
	} */
	.sidebar, .non-printable {
		display: none !important;
	}	
	main {
        background-color: white;
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
		color: #000 !important;
	}
	.ml-sm-auto, .mx-sm-auto {
	     margin-left: 0 !important;
	}	
	.report-header {
	    line-height: 28px !important;
	}
	.report-body tbody tr {
		line-height: 25px;
	}
	.page-break {
		page-break-after: always;
	}

	.col-md-8, .col-md-9, .col-md-10, .col-lg-10 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	table {
		width: 100%;
	}
	tbody tr td {
		color: #000 !important;
		font-size: 1.2rem;
	}

	#grade-sheet tbody tr td{
		border-top: 1px solid #888;
	}	

	#grading-list tbody tr td {
		border-top: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}

	#grading-list tbody tr td:last-child {
		border-right: none;
	}
	
}