/*  V:1.005 */
html, body
{
 height:100%;
 margin:0px;
}
body
{
 background-color:#000;
 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;
}
#sndPnl
{
 position:absolute;
 width:256px;
 left:50px;
 top:-64px;
 height:48px;
}
#scn
{
 position: absolute;
 left:0px;
 top:10px;
 width:576px;
 height:432px;
 background-color:#888;
 text-align:center;
 
}
.mainImg
{
 position:absolute;
 left:0%;
 top:0%;
 width:100%;
}
.topBtn
{
 position:absolute;
 top:10px;
 left:10px;
 cursor:pointer;
}
#redoBtn
{
 display:none;
}
.tile
{
 position:absolute;
 left:0px;
 top:0px;
 width:48px;
 height:48px;
 background-color:#0f8;
 cursor:pointer;
}
#colorScr
{
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 background-color:#222;
 padding:20px;
 text-align:center;
}
.colorBtn
{
 display:inline-block;
 width:12%;
 height:16%;
 margin: 5%;
 cursor:pointer;
}