/**
 * Legal checkbox helper class leg-small-text (PerfMatters snippet 41).
 */
input.leg-small-text + span {
	font-size: 0.625rem !important;
	display: inline !important;
	line-height: 1 !important;
}

input.leg-small-text + span a {
	font-size: 0.625rem !important;
	color: inherit !important;
	text-decoration: underline;
}
