td#parcel-documents ul{
	max-height: 180px;
    overflow-y: auto;
    overflow-x: none;
    display:block;
    padding:0px;
    margin:0px;
}
td#parcel-documents ul li:hover{
	background-color:#eee;
}
.div_waste_cluster span.custom-icon {
	display: block;
	margin-top: 9px;
	margin-right: 8px;
	color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
}
.div_waste_cluster{
	display: block;
	background-image: url(../../plan/icons/map_cluster_empty.png);
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    color: white;
}
td#parcel-documents ul li{
	padding:4px;
	display:block;
	border-bottom: 1px solid #aaa;
}
table.table-documents tr:last-child{
	border-bottom: none;
}
table.table-documents tr{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
}
table.table-documents a{
	font-weight: bold;
}
table.table-documents tr td{
	padding-left: 8px;

}

table.table-documents,table.table-documents tr td, table.table-documents tr{
	width: 200px;
}
table.table-documents tr th{
	width:45px;
}
.headsigns{
	color:#444;
	font-size:75%;
	line-height: 115%;
}
.historic{
	font-style:italic;
	color:grey;
}