@media screen and (min-width: 0px) and (max-width: 480px) {
.zhole {
width: 30px!important;
height: 30px!important;
}
.zinput {
font-size: 11px!important;
}
}
body {
background-image: url("back.jpg");
background-attachment: fixed;
background-size: cover;
}
.logo {
width: 60%;
}
.wrap {
margin: 0 10px;
}
.wrap table {
display: table;
margin: auto;
border: 2px solid #ffffff;
border-collapse:collapse;
}
.wrap td {
border: 1px solid #ffffff;
padding: 5px;
}
.zhole {
width: 50px;
height: 50px;
}
.zmoves {
display: table;
background-color: #0d4603;
margin: 5px auto 0 auto;
border-left: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;
border-radius: 15px 15px 0 0;
}
.zinput {
background: none;
width: 255px;
height: 25px;
border: 0;
color: #ffffff;
font-weight: 900;
text-align: center;
}
.butts button {
margin: 10px 2px 20px 2px;
}
.open-inst {
display: table;
margin: 0 auto 5px auto;
color: #ffffff;
opacity: 0.9;
}
.instruct .text {
width: 97%;
max-width: 500px;
font-size: 16px;
}
.instruct {
width: 98%;
}
.instruct img {
width: 200px;
}
#infospan {
width: 100%;
position: absolute;
top: 260px;
z-index: 1;
}
.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 {
position: absolute;
top: 120px;
z-index: 0;
left: 25%;
width: 50%;
}
.game-btn {
background-color: #0d4603;
color: #ffffff;
}
.score-board {
width: 96%;
max-width: 434px;
border: 2px solid #ffffff;
color: #ffffff;
}
.score-board tr:nth-child(even) {
background-color: #485d45;
}
.score-board tr:nth-child(odd) {
background-color: #1f3e1a;
}