.ETTT4 .workspace__area .items_container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: last baseline;
}
.ETTT4 .triangle_silhouette_01_01_0{
	width: 4rem;
	background-color: orange;
	height: auto;
	box-shadow: inset 0 0 0 2px white;
}
.ETTT4 .triangle_silhouette_01_01_1{
	width: 4rem;
	background-color:orchid;
	height: auto;
	box-shadow: inset 0 0 0 2px white;
}
.ETTT4 .triangle_silhouette_01_02_0{
	width: 2.8rem;
	background-color:coral;
	height: auto;
	box-shadow: inset 0 0 0 2px white;
}
.ETTT4 .triangle_silhouette_01_02_1{
	width: 2.8rem;
	background-color:darkkhaki;
	height: auto;
	box-shadow: inset 0 0 0 2px white;
}
.ETTT4 .triangle_silhouette_01_03_0{
	width: 6rem;
	background-color: lightblue;
	height: auto;
	box-shadow: inset 0 0 0 2px white;
}
.ETTT4 .triangle_silhouette_01_03_1{
	width: 6rem;
	background-color: lightgreen;
	height: auto;
	box-shadow: inset 0 0 0 2px white;
}
.ETTT4 .triangle_silhouette_01_0{
	width: 4rem;
	background-color:burlywood;
	height: auto;
	box-shadow: inset 0 0 0 2px white;
}
.ETTT4 .triangle_silhouette_01_1{
	width: 4rem;
	background-color:darksalmon;
	height: auto;
	box-shadow: inset 0 0 0 2px white;
}
.ETTT4 .box_01_10h__cell-framed,.ETTT4 .box_01_10h__cell-unframed {
	display: grid;
	grid-template-columns: repeat(10,1fr);
	grid-auto-rows: auto; /* remove fixed height */
	align-items: center;
	justify-items: center;
	min-width: 15rem;
	min-height: 1.5rem;

	background-color: white;
	gap: 4px;
	padding: 4px;
}