@media screen and (min-width: 481px) and (max-width: 800px) {
.skull {
width: 60px!important;
height: 81px!important;
}
}
@media screen and (min-width: 321px) and (max-width: 480px) {
.skull {
width: 52px!important;
height: 73px!important;
}
.instruct .text {
margin-left: -3px!important;
}
}
@media screen and (min-width: 0px) and (max-width: 320px) {
.skull {
width: 43px!important;
height: 57px!important;
}
.instruct .text {
margin-left: -3px!important;
}
}
body {
background-image: url("../../back/misc/escheresque.jpg");
background-attachment: fixed;
}
.zloco {
width: 70%;
max-width: 700px;
}
.gamewrap {
margin: 0 10px;
}
.skull {
width: 70px;
height: 95px;
margin: 2px 0px;
}
.infowrap {
background-color: #291e1c;
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 #909090 solid;
border-right: 1px #909090 solid;
border-top: 1px #909090 solid;
}
.starting {
background-color: #291e1c;
border-left: .5px #909090 solid;
border-right: .5px #909090 solid;
border-top: .5px #909090 solid;
opacity: 0.8;
}
table {
display: table;
margin: auto;
border-left: 1px #909090 solid;
border-right: 1px #909090 solid;
border-bottom: 1px #909090 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: #291e1c;
}
.score-board {
max-width: 425px;
color: #ffffff;
border: .8px #909090 solid;
opacity: 0.8;
}
.score-board tr:nth-child(even) {
background-color: #312f2f;
}
.score-board tr:nth-child(odd) {
background-color: #291e1c;
}





















































