<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
  *	Covers
  */
  
@import url('fonts/fono-medium.css');
@import url('fonts/roger.css');

.cv_wrapper .cv_overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10; background-repeat: no-repeat; background-position: center center; background-color: #fff; }
.cv_wrapper .cv_overlay.cv_loading { background-image: url('imgs/loading.gif'); }
.cv_wrapper .cv_overlay.cv_play { background-image: url('imgs/play_32x32.png'); cursor: pointer; }
.cv_wrapper { position: relative; margin: 0 auto; overflow: hidden; font-family: 'Arial'; }
.cv_wrapper &gt; * { display: none; }
.cv_wrapper &gt; .cv_overlay { display: block; }
.cv_wrapper #cv_title { position: absolute; width: 460px; font-size: 48px; text-align: left; color: #fff; text-shadow: black 0.1em 0.1em 0.2em; filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=6); hite-space: nowrap; font-family: 'FonoMedium'; font-weight: bold; }
.cv_wrapper #cv_title .cv_title_sub { font-size: 30px; }
.cv_wrapper #cv_background { position: absolute; width: 100%; height: 100%; }
.cv_wrapper #cv_isotype { position: absolute; }
.cv_wrapper #cv_identifier { position: absolute; color: #fff; font-size: 64px; font-family: 'FonoMedium'; }
.cv_wrapper #cv_img { position: absolute; }
.cv_wrapper #cv_text { position: absolute; font-family: Verdana; text-align: left; font-size: 13px; line-height: 16px; font-weight: bold; }
.cv_wrapper #cv_text ul { line-height: 19px; }
.cv_wrapper #cv_text ul &gt; li { padding: 0px 0px 0px 16px; background: url('imgs/cv_li_bullet.png') no-repeat 0px 4px transparent; }

#cv_debugger { display: none; }

/* Specifics */

	/* red */
	.cv_wrapper.cv_unit.red #cv_title { color: #C32B3E; text-shadow: #C32B3E 0em 0em 0em; }
	
	/* green */
	.cv_wrapper.cv_unit.green #cv_title { color: #008E67; text-shadow: #008E67 0em 0em 0em; }
	
	/* violet */
	.cv_wrapper.cv_unit.violet #cv_title { color: #713993; text-shadow: #713993 0em 0em 0em; }
	
	/* green_oil */
	.cv_wrapper.cv_unit.green_oil #cv_title { color: #008C91; text-shadow: #008C91 0em 0em 0em; }
	
	/* orange_contrast */
	.cv_wrapper.cv_unit.orange_contrast #cv_title { color: #F0A031; text-shadow: #F0A031 0em 0em 0em; }
	
	/* green_light */
	.cv_wrapper.green_light #cv_title { font-size: 42px; font-family: 'RogerRegular'; }
	.cv_wrapper.green_light #cv_title .cv_title_sub { font-size: 26px; }
	.cv_wrapper.green_light #cv_identifier { font-size: 49px; font-family: 'RogerRegular'; }
	.cv_wrapper.cv_unitKb.green_light #cv_title { color: #6B609F; text-shadow: transparent 0em 0em 0em; filter: progid:DXImageTransform.Microsoft.Shadow(color='transparent', Direction=0, Strength=0); font-weight: normal; }
	
	/* violet_light */
	.cv_wrapper.violet_light #cv_title { font-size: 42px; font-family: 'RogerRegular'; }
	.cv_wrapper.violet_light #cv_title .cv_title_sub { font-size: 26px; }
	.cv_wrapper.violet_light #cv_identifier { font-size: 49px; font-family: 'RogerRegular'; }
	.cv_wrapper.cv_unitKb.violet_light #cv_title { color: #BFC703; text-shadow: transparent 0em 0em 0em; filter: progid:DXImageTransform.Microsoft.Shadow(color='transparent', Direction=0, Strength=0); font-weight: normal; }
</pre></body></html>