12 lines
		
	
	
		
			164 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			164 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .body-content {
 | |
|     max-width: 900px;
 | |
|     margin: 50px auto;
 | |
| }
 | |
| 
 | |
| .body-content .card-header {
 | |
|     font-weight: bold;
 | |
| }
 | |
| 
 | |
| #user_id_container {
 | |
|     margin: 20px auto;
 | |
| } |