17 lines
		
	
	
		
			218 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			218 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .simpleTable {
 | |
|     width: 100%;
 | |
|     text-align: left;
 | |
|     border: none;
 | |
| }
 | |
| 
 | |
| .simpleTable tr.thead{
 | |
|     border-bottom: 1px solid gray;
 | |
| }
 | |
| 
 | |
| .simpleTable td {
 | |
|     font-size: 14px;
 | |
| }
 | |
| 
 | |
| .simpleTable th {
 | |
|     font-size: 24px;
 | |
| } |