#game-scene {
}
#game-scene.out {
  opacity: 0;
  top: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#gameover-scene {
  /*background: url(images/gameover_bg.png) no-repeat;*/
}
#gamewin-scene {
  /* background: url(images/parabens_sd.jpg) no-repeat; */
}
#divAjuda {
  width: 1024px;
  height: 588px;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
}
#gameset {
  background: url(images/main_bkg.jpg) no-repeat;
  width: 100%;
  height: 768px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.cells {
  position: absolute;
  cursor: pointer;
}
#cell_0_0,
#cell_1_0 {
  position: absolute;
  top: 450px;
  width: 243px;
  height: 40px;
}
#cell_0_0 {
  background: url(images/bt_partilhar2.png) no-repeat;
  left: calc(217px + 137px);
}
#cell_0_0:hover {
  background: url(images/bt_partilhar2_focus.png) no-repeat;
  left: calc(217px + 137px);
}
#cell_1_0 {
  background: url(images/bt_apagar2.png) no-repeat;
  left: calc(424px + 137px);
}
#cell_1_0:hover {
  background: url(images/bt_apagar2_focus.png) no-repeat;
  left: calc(424px + 137px);
}
#labelPergunta {
  position: absolute;
  top: 269px;
  left: calc(228px + 137px);
  width: 381px;
  font-size: 28px;
  color: #000;
}
#divMsgCertoErrado {
  position: absolute;
  left: calc(225px + 137px);
  top: -300px;
}
#labelMsgCertoErrado {
  position: absolute;
  left: 20px;
  width: 235px;
  text-align: center;
  color: #fff;
}
#labelNPerg {
  position: absolute;
  top: 245px;
  left: 720px;
  width: 381px;
  font-size: 20px;
  color: #000;
}
#btok {
  position: absolute;
  top: 224px;
  left: 100px;
  width: 78px;
  height: 40px;
  background: url(images/bt_ok.png) no-repeat;
}
