#mons{pointer-events:none; z-index:2; position:fixed; top:0px; right:0px; display:inline-block; text-align:right;}
	#mons:hover #monsSt{display:block;}
#monsPic{
	display:inline-block;
	pointer-events:auto;
	position:relative; width:46px; height:46px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:top right;
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#monsSt{display:none; background-color:#ccffdd; border:2px solid palegreen; border-radius:8px; padding:16px;
text-align:left;
pointer-events:auto;
}