/* print styles */

@media print {
	
.hide-print { display: none;}	
.header {display:none;}
.navbar {display:none;}
#primary-nav {display:none;}
.page-sidebar {display:none;}
.colophon {display:none;}
.footer {display:none;}
.msu-masthead {display: none;}
.int-careers-masthead {display: none;}
.ext-careers-masthead {display: none;}
.dept-masthead {display: none;}
.navbar-fixed {display: none;}
.breadcrumb {display: none;}
/* Bhanu HRWS-126 */
/*Commenting it as it didn't work and the code written in .xsl
.collapse {
    display: unset;
}
*/
/* Bhanu HRWS-126 */
}

/*end print style */