|  | @@ -27,8 +27,8 @@ td {
 | 
	
		
			
				|  |  |      text-align: left;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -tr:nth-child(even) {background: var(--ls-quaternary-background-color)}
 | 
	
		
			
				|  |  | -tr:nth-child(odd) {background: var(--ls-primary-background-color)}
 | 
	
		
			
				|  |  | +tr:nth-child(even) {background: var(--ls-quaternary-background-color);}
 | 
	
		
			
				|  |  | +tr:nth-child(odd) {background: var(--ls-primary-background-color);}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  caption.t-above {caption-side:top}
 | 
	
		
			
				|  |  |  caption.t-bottom {caption-side:bottom}
 | 
	
	
		
			
				|  | @@ -42,8 +42,8 @@ figcaption{margin-top:.3em}
 | 
	
		
			
				|  |  |      color: var(--ls-primary-text-color);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -.dark-theme tr:nth-child(even) {background: var(--ls-quaternary-background-color)}
 | 
	
		
			
				|  |  | -.dark-theme tr:nth-child(odd) {background: var(--ls-primary-background-color)}
 | 
	
		
			
				|  |  | +.dark-theme tr:nth-child(even) {background: var(--ls-quaternary-background-color);}
 | 
	
		
			
				|  |  | +.dark-theme tr:nth-child(odd) {background: var(--ls-primary-background-color);}
 | 
	
		
			
				|  |  |  .dark-theme td, .dark-theme tr {
 | 
	
		
			
				|  |  |      border-bottom: none;
 | 
	
		
			
				|  |  |  }
 |