.table td {
	border: 1px solid #708090;
}
.table {
	margin: 15px 0 15px 0;
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid Black;
}
.table tr:first-child td{
	background-color: #DFE7F3;
	border: 1px solid Black;
	cursor: default;
}
.table tr:hover{
	cursor: default;
	background-color: #9DFFE8;
}
.doc-tray label:hover {
    background-color: #9DFFE8;
    cursor: pointer;

}