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;
}
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;
}