table.effect a span, table.energy a span {
	display: none;
	font: 11px arial;
}

table.effect a:hover span, table.energy a:hover span {
	display: none;
	position: absolute;
	right: 0px;
	padding: 5px;
	margin: 10px;
	z-index: 10;
	color: #000;
	background: #efefef;
	font: 11px arial, sans-serif;
	text-align: left;
	border: 1px solid #000000;
	
}

table.effect a:hover div{
	text-align: right;
    font: bold 11px arial, sans-serif;
}
