17 lines
		
	
	
		
			254 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			254 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
body {
 | 
						|
  padding-top: 0px !important;
 | 
						|
}
 | 
						|
 | 
						|
#nd_search-results > li:not(.active) {
 | 
						|
  display: none !important;
 | 
						|
}
 | 
						|
 | 
						|
.navbar, .nd_sidebar {
 | 
						|
  display: none !important;
 | 
						|
}
 | 
						|
 | 
						|
.content, .nd_content {
 | 
						|
  margin-left: 0px !important;
 | 
						|
  margin-right: 0px !important;
 | 
						|
}
 |