.indication
{
	text-align: center;
	font-style: italic;
	font-size: 9pt;
}

.aidePiece
{
    top: 10px;    
	left: -130px;
    border: solid 1px #333;
    display: table;
    position: absolute;
    width: 260px;
    height: fit-content;
    background: white;
    text-align: justify;
    padding: 3px 12px;
    font-size: 9pt;
}
.helpIdeo
{
    font-size: 15pt;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index:9999;
}

.helpIdeo.isPro1
{
	color: #FF0000;
	font-weight: bolder;
}

.casebanGo
{
	background:#77EEFF;
}
.casebanJump
{
	background:#FFFF66;
}
.casebanLeo
{
	background:#FF0000;
}
.casebanIgui
{
	background:#000000;
	border-color: white;
}
.casebanMultiRoi
{
	background:#AAAA00;
}
.casebanNO
{
	background:#DDDDDD;
}
