25 lines
		
	
	
		
			287 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			287 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #game-settings{
 | |
|     margin-left: auto;
 | |
|     margin-right: auto;
 | |
| }
 | |
| 
 | |
| #game-settings table{
 | |
| 
 | |
| }
 | |
| 
 | |
| #game-settings table td.option-name{
 | |
| 
 | |
| }
 | |
| 
 | |
| #game-settings table td.option-name label{
 | |
|     font-weight: bold;
 | |
| }
 | |
| 
 | |
| #game-settings table .option-value{
 | |
| 
 | |
| }
 | |
| 
 | |
| #game-settings table .option-value input{
 | |
| 
 | |
| }
 | 
