.YesTable{
	background-color: #c6f7b1;
	color:#34922e;
}
.HalfTable{
	background-color: #fffeb3;
	color:#deaf2d;
}
.NoTable{
	background-color: #ff9494;
	color:#b52020;
}
.StickLeft{
	position: sticky;
	left: 0;
	background-color: light-dark(white,black);
	z-index: 1;
}
img.ImgNeo{
	width: 1.5em;
	height: auto;
	border: unset !important;
	vertical-align: bottom;
}