18 lines
		
	
	
		
			202 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			202 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
#mocha {
 | 
						|
    margin: 0;
 | 
						|
    font: inherit;
 | 
						|
}
 | 
						|
 | 
						|
#mocha-stats {
 | 
						|
    position: absolute;
 | 
						|
    top: 70px;
 | 
						|
}
 | 
						|
 | 
						|
#mocha-stats li.progress {
 | 
						|
    float: none !important;
 | 
						|
}
 | 
						|
 | 
						|
#mocha-report a {
 | 
						|
    font-size: .9em;
 | 
						|
}
 |