[t6-wrp] {
	border:1px solid #e8e8e8;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
}

[t6-wrp][show] {
	opacity:1;	
}

[t6-wrp-title] {
	text-align:center;
}

[t6-wrp-game] {
	position:relative;
}

[t6-obj] {
	position:absolute;
	height:auto;
        cursor:pointer;
        transition:transform 0.5s ease-in-out;
}

[t6-obj][num="0"] {
        cursor:default;
}

[t6-obj] img {
	width:100%;
	height:100%;
	object-fit:contain;
	
}

[t6-task] {
	text-align:center;
	min-height:50px;
        display:flex;
        justify-content:center;
	align-items:center;
}

[start-button] {
	display:block;
	width:150px;
	height:46px;
	background-color:#e8e8e8;
	text-transform:uppercase;
	font-size:14px;
        display:flex;
        justify-content:center;
	align-items:center;
	border-radius:5px;
	cursor:pointer;
	user-select:none;
	transition:opacity 0.5s ease-in-out;
}

[start-button][hide] {
	opacity:0;
}

[start-button]:active {
	transform:translate3d(1px,1px,0px);
}

