@media print {
    .mcneese .support-bar,
    .mcneese header,
	.mcneese .noPrint,
    .mcneese #scrollbar,
    .mcneese footer,
    .mcneese .widget_breadcrumb_navxt,
	.mcneese .display-print-none {
        display: none;
    }
	
	.mcneese .printFull {
		width: 100%;
	}
	.mcneese .printFull .fl-col-content {
        padding: 0;
        margin: 0;
	}
        
    html, body {
        height: 99%;
        page-break-after: avoid !important;
        page-break-before: avoid !important;
        font-family: sans-serif !important;
    }
	
	table.classic thead,
	.mcneese table thead {
		background-color: #000000;
		color: #ffffff;
		border: 1px solid #ffffff;
		padding: .5em;
	}

    .mcneese .table>thead>tr>th, 
    .mcneese .table>tbody>tr>th, 
    .mcneese .table>tfoot>tr>th, 
    .mcneese .table>thead>tr>td, 
    .mcneese .table>tbody>tr>td, 
    .mcneese .table>tfoot>tr>td {
        line-height: 1.5;
    }
    
    .mcneese .table>thead>tr>th, 
    .mcneese .table>tbody>tr>th, 
    .mcneese .table>tfoot>tr>th, 
    .mcneese .table>thead>tr>td, 
    .mcneese .table>tbody>tr>td, 
    .mcneese .table>tfoot>tr>td {
        padding: 2px 8px;
    }
    
    .mcneese .fl-visible-desktop, 
    .mcneese .fl-visible-mobile, 
    .mcneese .fl-col-group 
    .mcneese .fl-visible-desktop.fl-col, 
    .mcneese .fl-col-group 
    .mcneese .fl-visible-mobile.fl-col {
        display: none;
    }    
}