body{
	background:#faebd7;
	padding: 0;
	margin: 0;
}
table{
	width: 100%;
	height: auto;
	table-layout: auto;
/*	table-layout: fixed;*/
	border-collapse: collapse;
}

#table_hed{
	background:#ff9000;/*#faebd7*/
	position: sticky;
	top: 0;
	outline: 1px solid black;
}

table td:nth-child(4),
table td:nth-child(5),
table td:nth-child(6),
table td:nth-child(7),
table td:nth-child(8),
table td:nth-child(9),
table td:nth-child(10){
	font-size: max(2.5vw, 20px);
	text-align: center;
}