@charset "UTF-8";
/*	TREE
$Id: //depot/projects/dylan/releases/rc_16_11_1/docroot/lib/com.adobe/module/Tree/tree.print.css#1 $
@author btapley
 */
.treelist {
margin: 12pt 0;
padding: 0;
}
.treelist dt {
font-weight: bold;
font-size: 10pt;
line-height: 13pt;
margin-top: 15pt;
margin-bottom: 3pt;
display: block;
}
.treelist dd {
font-size: 10pt;
line-height: 13pt;
margin-bottom: 12pt;
}
.treelist dd dt,
.treelist dd dd {
margin-left: 3ex;
font-size: 8pt;
line-height: 11pt;
}
.treelist dd dt {
margin-top: 0;
margin-bottom: 0;
display: list-item;
list-style-type: disc;
list-style-position: outside;
zoom: 100%;
}
.treelist dd dd {
margin-bottom: 6pt;
}