.tl_listwizard .correct {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: relative;
}

.tl_listwizard .correct input {
	display: none;
}

.tl_listwizard .correct i {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 14px;
	height: 14px;
	background: transparent url(wrong.svg) no-repeat center/contain;
}

.tl_listwizard .correct input:checked + i {
	background-image: url(correct.svg);
}