<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Container CSS */
/********************************************************************/
.dtContainer							{ padding: 0 0 12px 0; }
.dtContainer h2.head						{ font-family: 'Bitter',Georgia, serif; font-size: 16px; line-height: 24px; text-transform: uppercase; 
										padding: 12px 18px; position: relative; background: #013967; border-top: 5px solid #0074d9; color: #fff; }
.dtContainer .dtContent					{ background: #fff; padding: 12px; }
.dtContainer h2.head:after				{ content:""; position: absolute; bottom: -10px; left: 12px; margin: 0; width: 0; height: 0;
										border-bottom: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; 
										z-index: 1; border-top: 10px solid #013967; }</pre></body></html>