

body {
margin: 0;
padding: 0;
font-size: 1em;
background-color: #82B6E5;
background-image: url(images/tuo-pod-rebusy-itp.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 840px 680px;
background-position: center center;
font-family: arial;
}

#puzzle_box {
position: relative;
top: 10px;
margin: 0 auto;
padding: 10px;
width: 1210px;
height: 740px;
background-image: url(images/pod-puzzle.png);
/*background-color: rgba(0, 148, 203,0.6);*/
box-shadow: 0 0 9px;
}

#puzzle_box2 {
position: relative;
top: 10px;
margin: 0 auto;
padding: 10px;
width: 1000px;
height: auto;
background-image: url(images/pod-puzzle.png);
/*background-color: rgba(0, 148, 203,0.6);*/
box-shadow: 0 0 9px;
}

#puzzle_board { 
position: relative;
top: 0px;
height: 450px;
margin: 0 auto;
text-align: center;
}

#winner {
position: absolute;
top: 1px;
z-index: 999;
margin: 0 auto;
width: 100%;
height: 888px;
display: none;
background-color: rgba(000, 0, 0, 0.6);
color: #fff;
}

#winner_in {
position: relative;
top: 200px;
margin: 0 auto;
width: 50%;
height: 340px;
background-color: rgba(0, 148, 203,0.8);
}

.win_txt {
position: relative;
top: 70px;
font-size: 3em;
color: #F9C875;
}

.table {
position: absolute;
top: /*-460px*/10px;
left: 717px;
height: 578px;
width: 490px;
padding: 20px;
overflow: hidden;
}

.table2 {
position: absolute;
top: /*-460px*/10px;
left: 480px;
height: 578px;
width: 490px;
padding: 20px;
overflow: hidden;
}

table {
position: relative;
top: 20px;
left: 1px;
border: 1px solid #fff;
background-color: rgba(215, 215, 216,0.6);
border-collapse: collapse;
height: auto;
padding: 0;
box-shadow: 0 0 6px #fff;
}

td {

width: 120px;
height: 120px;
text-align: center;
padding: 0;
border: 0;
border-collapse: collapse;

}

tr {
height: 120px;
border: 0;
margin: 0;
padding: 0;
border-collapse: collapse;

}

img {
margin-bottom: -5px;

}

img:active {
box-shadow: 0 0 6px;

}

#line {
position: relative;
top: 180px;
width: 300px;
height: 100px;
text-align: center;
}

#line2 {
position: relative;
z-index: 100;
width: 300px;
height: 100px;
text-align: center;
}

.title_par {
text-align: center;
font-size: 1.5em;
font-weight: bold;

}

#opis{
position: absolute;
top:70px;
left: 15px;
text-align: center;
font-size: 1.5em;
font-weight: bold;

}


