#how_to_look_up_referral_link {
	position: absolute;
	display: none;
}
#how_to_look_up_referral_link_handle:hover #how_to_look_up_referral_link {
	display: block;
}

#how_to_use img.tick{
	display: none;
}
#how_to_use li.done,
#how_to_use li.done table {
	color: gray;
	text-decoration: line-through;
}
#how_to_use li.done img{
	display: inline;
}