
#header-fixed {
	position: fixed;
	top: 0px;
	display: none;
	background-color: white;
}

td {
	border-color: black;
	border-width: thin;
	border-style: hidden;
}

thead > tr {
	background-color: salmon;
}

tbody > tr:nth-child(even) {
	/* background-color: lemonchiffon; */
  background: rgba( 255, 250, 205, 0.6);
}

tbody > tr:nth-child(odd) {
	/* background-color: linen; */
  background: rgba( 250, 240, 230, 0.6);  
}

span.note:before {
	content: "Note - ";
	font-style: italic;
}

span.indent0 {
	font-weight: bold;
}

span.indent1:before {
	content: ' - ';
}

span.indent2:before {
	content: ' - - ';
}

span.indent3:before {
	content: ' - - - ';
}

span.indent4:before {
	content: ' - - - - ';
}

span.indent5:before {
	content: ' - - - - - ';
}

span.indent6:before {
	content: ' - - - - - - ';
}


#table-1 td {
    text-align:left; 
    vertical-align:top;    
}