/* 1.20 */
html, body
{
 height:100%;
 margin:0px;
}
body
{
 background-color:#084;
 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;
}
.btn
{
 position:absolute;
 margin-top:10px;
 cursor:pointer;
}
.btnRo
{
 display:inline-block;
 margin:2px;
 padding:2px 10px;
 font-family:Arial;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
}
a.btnRo
{
 color:#000;
 background-color:#eee;
 text-decoration: none;
 border:outset 2px #888;
}
a.btnRo:hover
{
 background-color:#ddd;
 border:inset 2px;
}
#againRo
{
 margin-left: auto;
 margin-right: auto;
 background-image: url('again.png');
 display: block;
 width: 256px;
 height: 56px;
}
#warnPnl
{
 border:dashed 5px #f00;
 background-color:#fc8;
 font-size:24px;
 text-align:center;
 margin:80px;
 padding:20px;
}
#mainPnl
{
 position: absolute;
 display:none;
 width:320px;
 height:240px;
 left:0px;
 top:0px;
 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;
}
#loadingPnl
{
 display:none;
 position: absolute;
 width:50%;
 padding:16px;
 top:48px;
 background-color:#cef;
 border:ridge 8px #00f;
 text-align:center;
}
#laden
{
 display:none;
 margin-left:auto;
 margin-right:auto;
}
#loadingMsg
{
 margin:50px 20px 20px 20px;
 font-size:150%;
}
#rewardPnl
{
 display:none;
 position: absolute;
 width:50%;
 padding:16px;
 overflow:hidden;
 top:48px;
 background-color:#08f;
 border:ridge 8px #08f;
 text-align:center;
}
#rewardImg
{
 margin-left:auto;
 margin-right:auto;
}
#rewardStr
{
 margin:24px;
 font-size:170%;
 font-weight:bold;
 color:#f8f;
}
.card
{
 position: absolute;
 width:128px;
 height:128px;
 left:0px;
 top:0px;
 cursor:pointer;
}