/* 1.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:#36a;
 -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; 
}
#gauge
{
 position: absolute;
 left:16px;
 top:16px;
 width:256px;
 height:32px;
 background-color:#0ff;
 border:solid 2px #000;
 -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;
 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; 
}
.star
{
 position:absolute;
 left:10px;
 top:10px;
}
#cache
{
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background-color:#888;
 text-align:center;
 overflow:hidden;
}
#timer
{
 position:absolute;
 width:48px;
 height:48px;
 left:8px;
 top:8px;
 display:none;
 background-image:url('timer.png');
}
#board
{
 position: absolute;
 left:320px;
 top:64px;
 width:256px;
 height:256px;
 background-color:#36a;
 border:solid 2px #fff;
}
#corr
{
 position: absolute;
 left:20px;
 top:24px;
 width:56px;
 height:56px;
 border:solid 2px #fff;
 overflow:hidden;
}
.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;
}