31 行
		
	
	
	
		
			278 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			31 行
		
	
	
	
		
			278 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								.title {
							 | 
						||
| 
								 | 
							
								   text-align: center;
							 | 
						||
| 
								 | 
							
								   color: #bbb;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.active {
							 | 
						||
| 
								 | 
							
								   color: #3fb618;
							 | 
						||
| 
								 | 
							
								   margin-bottom: 10px;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.timedout {
							 | 
						||
| 
								 | 
							
								   color: #f00;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.nonfunctional {
							 | 
						||
| 
								 | 
							
								   color: #555;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.timeout {
							 | 
						||
| 
								 | 
							
								   color: #bbb;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.expired {
							 | 
						||
| 
								 | 
							
								   color: #555;
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.emoji {
							 | 
						||
| 
								 | 
							
								  font-size: 1.2em;
							 | 
						||
| 
								 | 
							
								  margin: 0;
							 | 
						||
| 
								 | 
							
								}
							 |