<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	margin:0;
	padding:0;
	font-size:10pt;
	background:white;
}

@page {
	margin:1cm;
}

h1 {font-size:18pt; margin-right:15pt;}
h2 {font-size:14pt; margin-bottom:7pt;}

p { margin-bottom:10pt;}
p:last-child { margin-bottom:0;}

ul {
	margin-left:8mm;
	margin-bottom:10pt;
}

ul:last-child {
	margin-bottom:0;
}

p + ul {
	margin-top:-7pt;
}



.naslov, .vsebina, .slike {
	margin-bottom:22pt;
}

.naslov {
	border-bottom:1pt solid #8c1919;
	padding-bottom:7pt;
	margin-bottom:18pt;
}

.naslov img {
	max-width:2.5cm;
}

.slike .row {
	margin-left:-2.5mm;
	margin-right:-2.5mm;
	margin-bottom:5mm;
}

.slike .row:last-child {
	margin-bottom:0;
}

.slike .row &gt; div {
	padding:0 2.5mm;
}

.slike img {
	max-height:4.4cm; /*7*/
}

.slike .row:nth-child(1):last-child &gt; div:nth-child(2):last-child img, .slike .row:nth-child(1):last-child &gt; div:nth-last-child(2):first-child img {
	max-height:7cm;
}

.slike .row:nth-child(1):last-child &gt; div:nth-child(1):last-child img {
	max-height:14.5cm;
}

.metapodatki {
	page-break-inside: avoid;
}

.metapodatki p.table-name, .slike p {
	font-size:8pt;
	margin-bottom:0;
	margin-top:3pt;
}

.metapodatki table {
	border:1pt solid #bbb;
}

.metapodatki table tr {
	border-bottom:1pt solid #bbb;
}

.metapodatki table tr:last-child {
	border-bottom:none;
}

.metapodatki table td {
	padding:3pt;
}

.metapodatki table td:first-child {
	border-right:1pt solid #bbb;
}

.metapodatki table p {
	margin-bottom:0;
	margin-top:3pt;
}

.metapodatki table p:first-child {
	margin:0;
}</pre></body></html>