body {
	background:#24890d;
	color:#fffccc;
	font-family:verdana;
	text-align:center;
}
.game td{
	background:#ddcd1a; 
	border:2px double #999999; 
	width:70px;
	height:70px;
	color:#000000;
	text-align:center;
	font-size:2.8em;
	font-weight:bold
}
.game td:hover {
	border:2px double #ff0000;
}
table.game {
	margin:3px auto;
	cursor: pointer
}
div 
{
	display:inline-block;
}
button {
	font-size:0.5em;
}
.master{
	font-size:4em;
	margin:3px auto;
	vertical-align:top;
}
.image {
	font-size:2em;
	margin:0px 20px;
}
.clock 
{
background:#ddcd1a;
border:0
}
#parent_popup {
  background-color: rgba(0, 0, 0, 0.8);
  color:#000000;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup {
  background:#ddcd1a;
  width: 30%;
  margin: 10% 20%;
  padding: 5px 20px 13px 20px;
  border: 10px solid #ddd;
  position: relative;
/*--тени для блока--*/
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
 /*--скругленные углы--*/
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
   border-radius: 15px;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
     border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
     box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background-color: rgba(0, 122, 200, 0.8);
}
@media screen and (max-width: 1000px) {	
div 
{
	display:block;
}
.game td{
	background:#ddcd1a; 
	border:2px double #999999; 
	width:150px;
	height:150px;
	color:#000000;
	text-align:center;
	font-size:5em;
	font-weight:bold
}
}
@media screen and (orientation:landscape) and (max-width: 1000px) {
div 
{
	display:block;
}
.game td{
	background:#ddcd1a; 
	border:2px double #999999; 
	width:100px;
	height:100px;
	color:#000000;
	text-align:center;
	font-size:4em;
	font-weight:bold
}
.image {
	display:none
	}

}