@media screen and (min-width: 0px) and (max-width: 767px) {
.tdcell {
width: 45px!important;
height: 45px!important;
}
button, .game-btn, select, input {
height: unset!important;
}
}
body {
background-image: url(../../back/misc/2.jpg);
background-attachment: fixed;
background-size: cover;
}
.concentrate {
position: relative;
margin: 0 20px;
}
.open-inst {
color: #848484;
}
.logo {
width: 60%;
}
.instruct .text {
max-width: 520px;
}
.game-btn {
background-color: #484646;
color: #fff;
}
.game-btn:hover {
background-color: #676666;
}
.thinking-wrap {
width: 25px;
}
.thinking {
width: 25px;
display: none;
}
.timer-clicked {
background-color: #0ab534!important;
}
.tdcell {
width: 75px;
height: 75px;
}
.zimgs {
width: 100%;
}
.table-wrap {
background: #000;
}
.table-wrap a:hover {
background: 0;
}
.table-wrap td {
padding: 2px;
}
img, a {
background: 0;
}
.show {
display: inline!important;
}
.score-board {
max-width: 450px;
margin-top: 50px;
box-shadow: 1px 2px 2px 1px #000;
color: #949393;
}
.score-board h4 {
color: #949393;
}
score-board tr:nth-child(even) {
background: none;
}
score-board tr:nth-child(odd) {
background-color: #232222;
}




