/* 1.002 */
html, body
{
 height:100%;
 margin:0px;
 background-color:#0ff;
}
#scn
{
 position: absolute;
 left:0px;
 top:10px;
 width:512px;
 height:384px;
 background-color:#0ff;
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none; 
}
.img
{
 position:absolute;
 top:10%;
 left:15%;
 width:25%;
}
.btn
{
 position:absolute;
 top:0%;
 left:15%;
 width:12%;
 cursor:pointer;
}
#gauge
{
 position:absolute;
 top:90%;
 left:25%;
 width:50%;
 height:8%;
 background-color:#088;
}
.cell
{
 border:solid 2px #fff;
 width:10%;
 margin:0px;
}
.topBtn
{
 position:absolute;
 top:10px;
 left:10px;
 cursor:pointer;
}
#choiceBkgrnd
{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background-color:#008;
 text-align:center;
}
.choiceImg
{
 cursor:pointer;
}
.final
{
 position:absolute;
 left:0%;
 top:0%;
 height:10%;
 display:none;
 background-color:#8ff;
 overflow:hidden;
}
#trophee
{
 position:absolute;
 left:35%;
 top:0%;
 width:30%;
 background-color:#f00;
}
.trophimg
{
 position:absolute;
 left:0%;
 width:50%;
}

