* { padding: 0px; margin: 0px; 
}
img { border: 0px; }
.center {
  margin-left: auto;
  margin-right: auto;
}
.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.left  { float: left; }
.right { float: right; }
.W100  { width: 100%; }
.wTOP  { width: 960px; }
.wMID  { width: 960px; }
.wADS  { width: 470px; }
.hADS  { height: 75px; }
.hADSL { height: 95px; }
.ads   { width: 470px; height: 75px; }

.h10   { height: 10px; }
.h20   { height: 20px; }
.h30   { height: 30px; }
.p10   { padding: 10px; }
.pt10  { padding-top: 10px; }
.pb10  { padding-bottom: 10px; }
.m5    { margin: 5px; }
.m10   { margin: 10px; }
.mt5   { margin-top: 5px; }
.mt6   { margin-top: 6px; }
.mt10  { margin-top: 10px; }
.mb10  { margin-bottom: 10px; }
.ml5   { margin-left:5px; }
.ml10  { margin-left:10px; }
.mr10  { margin-right:10px; }
.line  { clear:both; }

.bg    { background-color: #1d0101; }
.like  { margin-top:5px; z-index:10; }
#game  { width: 960px; height: 640px; }

.cc  { text-align: center; }

a       { font-family:Verdana; font-size:12px; text-decoration:none; color:#c09c3f; }
a:hover { color:#e4de9a; } 
p       { font-family:Verdana; font-size:12px; text-decoration:none; color:#e4de9a; }
span    { font-family:Verdana; font-size:12px; text-decoration:none; color:#e4de9a; }

a.check:before { content: "✔ "; }

.fb_dialog {z-index: 99999 !important;}

.dbg  { background-color: rgba(0,0,255,0.20); }
.dbg1 { background-color: rgba(255,0,0,0.20); }
.dbg2 { background-color: rgba(0,255,0,0.20); }
