@media screen and (min-width: 600px) and (max-width: 800px) {
.lightning-game .scores {
font-size: 16px!important;
}
}
@media screen and (min-width: 400px) and (max-width: 600px) {
.lightning-game .scores {
font-size: 16px!important;
}
}
@media screen and (min-width: 0px) and (max-width: 400px) {
.lightning-game .scores {
font-size: 12px!important;
}
}
@media screen and (min-width: 0px) and (max-width: 799px) {
.yahtzee-wrap .logo1, .yahtzee-wrap .logo2 {
width: 90%!important;
} 
}
@media screen and (min-width: 479px) and (max-width: 599px) {
.yahtzee-game .pay li, .yahtzee-game .scores, .yahtzee-game  #roller {
font-size: 12px!important;
}
.yahtzee-game .pay li {
width: 175px!important;
}
.yahtzee-game .roll-btn {
margin-left: 70px!important;
}
.lightning-game .dice li {
width: 60pximportant;
}
.lightning-game .pay li {
font-size: 15px!important;
width: 178px!important;
}
}
@media screen and (min-width: 0px) and (max-width: 479px) {
.yahtzee-game .dice li {
width: 40px!important;
}
.yahtzee-game .pay li, .yahtzee-game .scores, .yahtzee-game  #roller, .yahtzee-game .roll-button {
font-size: 9px!important;
}
.yahtzee-game  #roller {
margin-left: 15px!important;
}
.yahtzee-game .pay li {
width: 108px!important;
margin-right: 18px!important;
}
.yahtzee-game .roll-btn {
margin-left: 33px!important;
}
.lightning-game .dice li {
width: 40px!important;
}
.lightning-game .pay li {
font-size: 9px!important;
width: 107px!important;
margin-right: 15px!important;
line-height: 9px!important;
}
}


body {
background-image: url("../../back/misc/7.jpg");
background-size: cover;
background-attachment: fixed;
}
.yahtzee-wrap .logo1 {
display: block;
width: 50%;
margin: 0px auto 0px auto;
filter: contrast(150%);
}
.yahtzee-wrap .logo2 {
display: block;
width: 70%;
margin: 0px auto 20px auto;
filter: contrast(150%);
}
.yahtzee-game .open-inst,
.lightning-game .open-inst {
font-size: 18px;
color: #bebebe;
top: 5px;
left: 5px;
float: left;
}
.yahtzee-wrap .instruct .text {
max-width: 500px;
}
.yahtzee-wrap {
position: relative;
margin: 0px 20px;
}
.yahtzee-wrap .yahtzee-game,
.yahtzee-wrap .lightning-game {
text-transform: uppercase;
}
.yahtzee-wrap .yahtzee-game,
.yahtzee-wrap .score-board {
max-width: 515px;
}
.yahtzee-wrap .lightning-game {
max-width: 480px;
}
.yahtzee-wrap .yahtzee-game,
.yahtzee-wrap .score-board,
.yahtzee-wrap .lightning-game {
background-color: #000;
margin: 0px auto 0px auto;
border: 10px double #939393;
border-radius: 10px;
}
.yahtzee-game .dice ul,
.lightning-game .dice ul {
padding: 0;
margin: 0;
text-align: center;
}
.yahtzee-game .dice li {
display: inline-block;
width: 70px;
margin: 0 2px 10px 2px;
text-align:center;
}
.yahtzee-game .dice a, .yahtzee-game .dice a:hover {
text-decoration: none;
color: #bbb919;
}
.yahtzee-game .dice li img,
.lightning-game .dice li img {
width: 100%;
height: 100%;
cursor: pointer;
border-radius: 5px;
}
.yahtzee-game .dice li img {
padding: 3px;
}
.yahtzee-game .dice li img:hover {
background: #5ef404;
}
.yahtzee-game .picked {
background: #5ef404;
}
.yahtzee-game .pay {
padding: 10px 0;
color: #ddd;
}
.yahtzee-game .pay li {
font-size: 18px;
display: inline-block;
width: 205px;
margin-right: 30px;
text-align: right;
padding-bottom: 3px;
}
.yahtzee-game .pay a, .yahtzee-game .pay a:hover {
text-decoration: none;
color: #bbb919;
padding-right: 5px;
}
.yahtzee-game #roller {
margin-left: 30px;
padding-right: 5px;
}
.yahtzee-game .scores,
.yahtzee-game #roller {
color: #5ef404;
font-size: 18px;
}
.yahtzee-wrap .game-btn, .roll-btn {
border: 6px double #939393;
}
.yahtzee-wrap .roll-btn {
padding: 4px 10px;
margin-left: 108px;
}
.roll-btn, .yahtzee-wrap .game-btn {
color: #fff;
text-transform: uppercase;
background: #000;
}
.roll-button, .yahtzee-game .score-btn {
color: #ddd;
}
.yahtzee-wrap .game-btn:hover, .roll-btn:hover {
box-shadow: 0px 0px 40px 0px #939393;
}
.yahtzee-wrap .sound-reset button {
margin: 10px 5px;
}
.lightning-game .dice {
margin-top: 20px;
}
.lightning-game .dice li {
display: inline-block;
width: 65px;
margin: 0 2px 7px 2px;
text-align:center;
}
.lightning-game .pay {
padding: 10px 0;
color: #ddd;
}
.lightning-game .pay li {
font-size: 18px;
display: inline-block;
width: 198px;
margin-right: 30px;
text-align: right;
padding-bottom: 3px;
}
.lightning-game .pay a, .lightning-game .pay a:hover {
text-decoration: none;
color: #bbb919;
padding-right: 5px;
}
.lightning-game .roll-btn {
padding: 4px 10px;
margin: 5px 0 0 80px;
}
.lightning-game .scores {
color: #5ef404;
font-size: 18px;
}
input[type="text"]  {
background: none;
border: 0;
}
input[type="checkbox"] {
display:none;
}
.yahtzee-wrap .score-board {
color: #b7b7b7;
}
.yahtzee-wrap .score-board h4 {
color: #b7b7b7;
}
.yahtzee-wrap .score-board tr:nth-child(even) {
background-color: #3e3e3e;
}
.yahtzee-wrap .score-board tr:nth-child(odd) {
background-color: #000;
}
.chickwrap {
margin: 30px auto 0 auto;
text-align: center;
}
.chickwrap h3 {
color: #000;
}
.chicken {
width: 100px;
}
.loader {
width: 25px;
}































