/* 1.05 */

html, body
{
 height:100%;
 margin:0px;
}
body
{
 background-color:#000;
 overflow:hidden;
 background-color:#fcc;
 -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;
}
#mainPnl
{
 position:absolute;
 left:0px;
 top:0px;
 width:768px;
 height:576px;
 background-color:#ffa;
}
#btnPlace
{
 float:right;
 width:96px;
}
.btn
{
 width:100%;
 cursor:pointer;
}
.tile
{
 position:absolute;
 left:0px;
 top:0px;
 width:64px;
 height:64px;
 background-color:#ddd;
 border:solid 2px;
}
#redo
{
 position:absolute;
 right:10px;
 top:10px;
 /* display:none; */
}

