17 lines
		
	
	
		
			233 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			233 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.navbar, .sidebar {
 | 
						|
  display: none !important;
 | 
						|
}
 | 
						|
 | 
						|
#search_results > :not(.active) {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
 | 
						|
.nd_content {
 | 
						|
  margin-left: 5px !important;
 | 
						|
}
 | 
						|
 | 
						|
.device_label_right {
 | 
						|
  display: inline !important;
 | 
						|
  float: left !important;
 | 
						|
}
 |