17 lines
		
	
	
		
			275 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			275 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
 | 
						|
 | 
						|
@media print {
 | 
						|
  .VPLocalNav.has-sidebar,
 | 
						|
  .VPDocFooter {
 | 
						|
    display: none !important;
 | 
						|
  }
 | 
						|
  .VPButton.medium.brand {
 | 
						|
    display: none !important;
 | 
						|
  }
 | 
						|
  .VPNavBarHamburger.hamburger {
 | 
						|
    display: none !important;
 | 
						|
  }
 | 
						|
  .VPHome {
 | 
						|
    margin-bottom: 0px !important;
 | 
						|
  }
 | 
						|
} |