.indicator {
    margin-right:5px;
}

.crd, .crd ul {
    margin:0;
    padding:0;
}

.crd li{
 	list-style:none;
}
.crd li a {
	font-size: 0.85rem;	
    text-decoration: none!important;
    color:#036!important;
    list-style:none;
    line-height:1.5rem;
}

.tree ul {
    padding:0;
    margin-left:1.5rem;
    position:relative
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;    
    color:#ccc!important;
}
.tree li {
    margin:0;
    padding:0 0.75rem;
    color:#CCC;
    position:relative;
}

.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}

ul[class*="tree"]{
    padding:0;
    margin-left:.75rem;
    position:relative
}
ul[class*="tree"]:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;    
    color:#ccc!important;
}

li[class*="tree"] {
    margin:0;
    padding:0 0.75rem;
    color:#CCC;
    position:relative;
}

ul[class*="tree"] li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}

ul[class*="tree"] li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}

.ord ul {
    padding:0;
    position:relative
}
.ord ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;    
    color:#ccc!important;
}
.ord li {
	list-style-image: url('/wayback/httpswwwalspgovbr_public/20230420211438oe_/https://www.al.sp.gov.br/_img/join.gif');
	list-style-position: inside;
/*  	list-style:disc; */
    margin-top:-0.25rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom:-0.25rem;
    color:#CCC;
    position:relative;
}

.ord ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.ord ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}


@media screen and (max-width: 1199px) {
	.crd li a {
		font-size: 0.8rem;	
	}
}
