@media screen and (min-width: 0px) and (max-width: 479px) {
.gameimgs {
width: 20px!important;
height: 20px!important;
} 
}
body {
background: url("back.jpg");
background-attachment: fixed;
background-size: cover;
font-family: Tahoma, Geneva, sans-serif;
}
.peg-wrap {
position: relative;
margin: 0 20px;
}
.logo {
width: 50%;
}
.instruct .text {
max-width: 600px;
}
.table-wrap {
margin: auto;
padding: 0px 20px 10px 20px;
border-spacing: unset;
border-collapse: unset;
}
.table-wrap, .score-board {
border: double #651313 10px;
}
.table-wrap, .score-board {
background: url(../../back/wood/wood4.jpg);
}
.gameimgs {
width: 35px;
height: 35px;
padding: .5px;
}
.game-btn, select {
background-color: #651313;
color: #fff;
}
.open-inst {
color: #651313;
float: right;
top: 5px;
right: -15px;
}
.score-board {
max-width: 510px;
}
.peg-wrap .score-board h4 {
color: #651313;
text-shadow: 1px 1px 1px #000;
}
.peg-wrap .score-board tr:nth-child(even) {
background-color: #e5cb98;
}
.peg-wrap .score-board tr:nth-child(odd) {
background-color: transparent;
}






