/*
	Document : print.css
	Created on : Oct 12, 2021
	Author : Mick Whiffin
	Description :
		Style Sheet for Blastramp Print Specific Rules
		
*/
body {
  font-family: 'Roboto', sans-serif;
}
/* navigation */
.menu {
  display: none;
}
.no-print {
    display: none;
}
.h50 {
    height: 50px;
}

