<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Site Overrides */
 @media screen and (min-width:20em) and (max-width:39.9375em){
	table.mobile-labels td,table.mobile-labels tr{
		display:block
	}
	 table.mobile-labels tbody td.caption:before{
		content:attr(data-label) "";
		 font-weight:bold;
	}
	 table.mobile-labels tbody td.caption {
		font-weight:bold;
	}
	 table.mobile-labels thead{
		 display:block 
	}
}
</pre></body></html>