/* V1.006 */
html, body
{
 height:100%;
 margin:0px;
 background-color:#36a;
}
body
{
 -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;
}
#game
{
 position: absolute;
 left:0%;
 top:0%;
 width:100%;
 height:100%;
 background-color:#f00;
}
#gauge
{
 position: absolute;
 left:16px;
 top:16px;
 width:256px;
 height:32px;
 background-color:#f80;
 border:solid 2px #fff;
 -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;
}
#iGauge
{
 position: absolute;
 left:0px;
 top:0px;
 width:256px;
 height:32px;
 background-color:#ff0;
 background-image:url("gauge.png");
 display:none;
}
#scope
{
 position: absolute;
 left:16px;
 top:64px;
 width:256px;
 height:256px;
 background-color:#000;
 border:solid 2px #fff;
 overflow:hidden;
 -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;
}
.coin
{
 position:absolute;
 left:10px;
 top:10px;
}
#cache
{
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background-color:#800;
 text-align:center;
 overflow:hidden;
}
#board
{
 position: absolute;
 left:320px;
 top:64px;
 width:256px;
 height:256px;
 background-color:#f80;
 border:solid 2px #fff;
 -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;
}
#corrImg
{
 position:absolute;
 top:4px;
 left:20px;
 width:56px;
 height:56px;
}
.corr
{
 position: absolute;
 margin-left:auto;
 margin-right:auto;
 top:0px;
}
.btnNum
{
 position:absolute;
 top:10px;
 left:10px;
 width:10px;
}
.topBtn
{
 position:absolute;
 top:10px;
 left:10px;
 cursor:pointer;
}
.lstar
{
 position:absolute;
 top:10px;
 left:10px;
 width:64px;
 height:64px;
 background-image:url('lstars.png');
}
.anim
{
 position:absolute;
 top:10px;
 left:10px;
 width:64px;
 height:64px;
}