@media screen and (min-width: 0px) and (max-width: 800px) {
.webb {
width: 100px!important;
} 
.fly {
width: 50px!important;
} 
}
@media screen and (min-width: 0px) and (max-width: 479px) {
.sortimg {
width: 42.5px!important;
height: 35px!important;
}
.instruct .text {
margin-left: -3px!important;
}
}
body {
background-image: url("back.jpg");
background-attachment: fixed;
background-size: cover;
}
.zloco {
width: 70%;
max-width: 500px;
}
.webb, .fly {
position: absolute;
}
.webb {
right: 0;
width: 200px;
}
.fly {
width: 150px;
}
.gamewrap {
margin: 0 10px;
}
.sortimg {
width: 60px;
height: 45px;
margin: 2px 5px;
}
.infowrap {
background-color: #1a5472;
height: 30px;
text-align: center;
margin: 10px 0 0 0;
}
#infospan, #infospan2, .starting {
font-size: 20px;
color: #ffffff;
border-radius: 5px 5px 0 0;
}
#infospan, #infospan2 {
background-color: red;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-top: 1px #000000 solid;
}
.starting {
background-color: #1a5472;
border-left: .5px #000000 solid;
border-right: .5px #000000 solid;
border-top: .5px #000000 solid;
opacity: 0.8;
}
table {
display: table;
margin: auto;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-collapse:collapse;
}
.open-inst {
display: table;
margin: 0 auto 5px auto;
color: #ffffff;
opacity: 0.8;
}
.instruct .text {
width: 97%;
max-width: 500px;
font-size: 16px;
}
.instruct {
width: 98%;
}
.instruct img {
width: 200px;
}
#fireworks {
width: 100%;
margin-left: -10px;
position: absolute;
top: 250px;
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%;
}
.butts {
text-align: center;
margin: 10px;
opacity: 0.8;
}
.game-btn {
color: #ffffff;
background-color: #1a5472;
}
.score-board {
max-width: 425px;
color: #ffffff;
border: .5px #000000 solid;
opacity: 0.8;
}
.score-board tr:nth-child(even) {
background-color: #312f2f;
}
.score-board tr:nth-child(odd) {
background-color: #1a5472;
}









