<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.DstTree
{
	margin-right: 40px;
}
ul.DstTree a *
{
	cursor:pointer;
}
ul.DstTree .matrice
{
	display:none;
}
ul.DstTree .table .matrice
{
	display:inline-block;
	width:60px;
	padding-right:8px;
	font-size:80%;
	color:#a7b1bb;
}
ul.DstTree .discontinued .matrice
{
    font-weight: 600;
    font-style: italic;
}
ul.DstTree .discontinued .timespan
{
    color: #a7b1bb;
    font-style: italic;
}
ul.DstTree .infoIcon
{
	display:none;
	background-image:url('info.png?rev2016-1');
	background-repeat:no-repeat;
}
ul.DstTree .discontinued
{
	display:none;
}
ul.DstTree .private *
{
	color:Red;
}
ul.DstTree, ul.DstTree ul /* alle UL'er */
{
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
}
ul.DstTree ul /* under-UL'er */
{
	display:none;
	margin-left:19px;
}
ul.DstTree li /* alle LI'er */
{
	font-weight:normal;
	background-image:url('tree.png?rev2016-1');
	background-repeat:no-repeat;
	background-position:10px 48%;
	padding:3px 1px 3px 18px;
}
ul.DstTree .liHover
{
	background-color: #F9FBFD;
	border:solid 1px #e8eff6;
	background-position:9px 48%;
	padding:2px 0px 2px 17px;
}
ul.DstTree li:last-child, ul.DstTree .lastInTree /* træafslutning */
{
	background-image:url('treeEnd.png?rev2016-1');
}
ul.DstTree li.canExpand
{
    font-size: 14px;
	background-image:url('expand.png?rev2016-1');
	background-repeat:no-repeat;
	padding-left:40px;
	margin-left:30px;
	font-style:italic;
}
ul.DstTree li.expanded
{
	background-image:url('expandClose.png?rev2016-1');
}
ul.DstTree li a /* links */
{
	color:Black;
	text-decoration:none;
}
ul.DstTree li.folder /* mapper */
{
	background-image:none;
	padding-left:0px;
}
ul.DstTree li.folder &gt; span:first-child, ul.DstTree span.folder
{
	font-weight: 600;
	color: #002e2e;
	background-image:url('folderPlus.png?rev2016-1');
	background-repeat:no-repeat;
	background-position:6px 50%;
	padding-left:34px;
}
ul.DstTree li.folder.discontinued &gt; span:first-child, ul.DstTree span.folderDiscontinued
{
	background-image:url('folderDiscontinued.png?rev2016-1');	
    font-weight: 600;
    font-style: italic;
}
ul.DstTree li.folder &gt; span:first-child.open, ul.DstTree span.open
{
	background-image:url('folderMinus.png?rev2016-1');
}
ul.DstTree li.headline /* headline overskrifter */
{
	font-weight: 600;
	color:#002e2e;
	text-indent: 11px;
	background-image:url('treeNoItem.png?rev2023-1');
}
ul.DstTree li.table a /* tabeller */
{
    color: #0074c6;
	background-image:none;
	background-repeat:no-repeat;
	background-position:6px 50%;
	padding-left:18px;
}
ul.DstTree li.discontinued a /* afsluttede tabeller */
{
	background-image:none;
}
</pre></body></html>