span.eeh_egg {
	display: inline;
	/*height: 32px;*/
	/*margin: 4px;*/
	cursor: pointer;
}

span.eeh_egg img {
	max-width: 64px;
	max-height: 64px;
	/*margin: 10px;*/
	vertical-align: bottom;
}

div#egg_box {
	display: none;
}

/*modal*/
div.eeh_found_eggs {
	display: inline-block;
	width: 100%;
	text-align: center;
}

div.eeh_found_eggs span.eeh_egg {
	cursor: inherit;
}

div.eeh_found_eggs img {
	max-width: 64px;
	max-height: 64px;
	margin: 10px;
}