body {
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
    font: 12pt "Tahoma";
    
    
  }
@media print{
    body{
        font-weight: bold;
    }
}
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
@media screen {
    .page {
        width: auto;
        max-height: 270mm;
        margin: 1cm auto;
        padding: 1cm;
        /* border: 1px #D3D3D3 solid; */
        border-radius: 5px;
        /* background: white; */
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        /* padding-top: 1in; */
        page-break-inside: avoid;

        
    }
  
    .subpage {
        padding: 1cm;
        border: 5px red solid;
        height: 256mm;
        outline: 2cm #FFEAEA solid;
    }
    
    

    .pagebreak {
        page-break-after: always;
    }
} 

ul {
    padding: 0em;
    
}

ul li, ul li ul li {
    position:relative;
    top:0;
    bottom:0;
    padding-bottom: 7px;
    page-break-inside: avoid;
}

ul li ul {
    margin-left: 2.5em;
}

li {
    list-style-type: none;
    /* background-image: url('../../practice/image/arrow.png');
    background-position-x: left; */
}

li a {
    padding:0 0 0 10px;
    position: relative;
    top:1em;
}

li a:hover {
    text-decoration: none !important;
}

a.addBorderBefore:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 32px;
    position: absolute;
    left: -25px;
    top:-20px;
    border-left: 1px solid gray;
}

li:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 0;
    position: relative;
    left: 0em;
    top:.8em;
    border-top: 1px solid gray;
   
     
}



.treenumber{
    border: 2px solid gray;
    border-radius: 20px;
    display: inline;
    page-break-inside: avoid;
    padding: 5px 10px;
    font-size: 20;
    font-weight: bold;
    margin:0px; 
    position:absolute;
    
    
}
.tree{
    padding-left: .5in;
    
    
}
/*
ul li ul li:last-child:after, ul li:last-child:after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: relative;
    background: #fff;
    top: 9px;
    left: -1px;
}
*/