@media screen and (min-width: 481px) and (max-width: 600px) {
.zimg2 {
width: 55px!important;
height: 45px!important;
}
}
@media screen and (min-width: 321px) and (max-width: 480px) {
.zimg {
width: 18px!important;
height: 18px!important;
}
.zimg2 {
width: 40px!important;
height: 35px!important;
}
}
@media screen and (min-width: 0px) and (max-width: 320px) {
.zimg {
width: 10px!important;
height: 10px!important;
}
.zimg2 {
width: 35px!important;
height: 30px!important;
}
}
body {
background-image: url("../../back/water/29.jpg");
background-attachment: fixed;
background-size: cover;
}
.logo {
max-width: 600px;
width: 55%;
}
.gametab table {
border-collapse:collapse;
}
.gametab td {
border: 1px solid #000;
}
.movenext, .game-btn, select {
background-color: #03264e;
color: #ffffff;
}
.gametab {
background-color: #ffffff;
border: 5px solid #000000;
display: table;
margin: 0 auto 10px auto;
text-align: center;
}
.zimg {
width: 25px;
height: 25px;
}
.zimg2 {
width: 55px;
height: 50px;
}
.movenext {
display: table;
margin: 5px auto 0 auto;
border-left: 2px solid #000000;
border-top: 2px solid #000000;
border-right: 2px solid #000000;
border-radius: 15px 15px 0 0;
}
.zmoves {
background: none;
width: 160px;
height: 25px;
border: 0;
font-weight: 900;
text-align: center;
}
.open-inst {
display: table;
margin: 0 auto 10px auto;
color: #ffffff;
opacity: 0.8;
}
.instruct .text {
width: 97%;
max-width: 500px;
font-size: 16px;
}
.instruct {
width: 100%;
}
.instruct img {
width: 200px;
}
#fireworks {
width: 100%;
margin-left: -10px;
position: absolute;
z-index: 1;
top: 148px;
}
.zwin {
background-color: #fff;
padding: 15px;
text-align: left;
border: 1px solid #000;
border-radius: 3px;
opacity: 0.9;
}
.zwin input[type="text"] {
width: 150px;
margin-top: 12px;
}
.lights, .lights2 {
position: absolute;
z-index: 0;
left: 25%;
width: 50%;
}
.lights {
top: 120px;
}
.lights2 {
top: 25px;
}
.score-board {
max-width: 533px;
border: 5px solid #000000;
opacity: 0.8;
}
.score-board tr:nth-child(even) {
background-color: #ddedf3;
}
.score-board tr:nth-child(odd) {
background-color: #03264e;
color: #ffffff;
}










