.placeholder, .placeholder * {
	text-decoration: line-through;
	text-decoration-style: solid;
	text-decoration-thickness: 0.25em;
	text-decoration-color: #FFF;
}
.toUpdate, .toUpdate * {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-thickness: 0.125em;
	text-decoration-color: #FF00FF;
}

.corrected{ position: relative; }
.corrected:after {
	display: block;
	content: "✓";
	width: 16px;
	aspect-ratio: 1;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
	overflow:visible;
	font-weight: bold;
	color: #FFF;
	background-color: #FF00FF;
	border: 1px solid #6666;
	position: absolute;
	right: -3em;
	top: 0.5em;
}

.statsBlocksToUpdate .cleValue,
.statsBlocksToUpdate table td:not(:first-child),
.statsBlocksToUpdate .statBlock h5 {
	text-decoration: underline;
	text-decoration-style: wavy;
	text-decoration-thickness: 0.125em;
	text-decoration-color: #FF00FF;
}

.Recycled, .aValider{
	border-left: 10px solid #FC05;
}

#Remercions ul {
	/* flex-direction: column; */
}
