.shirt_present {
	border: 1px solid transparent;
}

.shirt_incorrect {
	border: 1px solid #e21c21;
}

.shirt_correct {
	border: 1px solid #21e21c;
}

.textOverlay {
	position: absolute;
	top: 2px;
	left: 5px;
	font-family: "Nunito", arial, sans-serif;
	font-size: 13pt;
	font-weight: 700;
	text-align: center;
	z-index: 1;
}
