.dt{
	display: table;	
}
.dc{
	display: table-cell;	
}

#gcg{
	width: 1200px;
	min-height: 20px;
	margin: 0 auto;
}
.kontener{
	position: relative;
}
.siatka{
	position: relative;
	margin: 0 auto;
}
.siatka .siatklocek{
}
.ukryty{
	display: none;
}
#pasek{
	height: 83px;
	width: 1200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../grafika/pasek07.png);
}
#kontener_p2{
	display: none;
}
#siatka_p2{
	display: none;
}
.noselect {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.klocek, .siatklocek{
	border-style: solid;
	color: #fff;
	position: absolute;
	z-index: 300;
	text-align: center;
	word-break: break-word;
	word-wrap: break-word;
	letter-spacing: 0.8;
}
.klocek, .klocek p{
	margin: 0;
	line-height: 1.2;
}
.siatklocek{
	font-size: 0;
	display: block;
	visibility: hidden;
}
.klocek[grabable="1"]{
	cursor: -webkit-grab;
	cursor: grab;	
}
.klocek.grabbing{
	cursor: -webkit-grabbing;
	cursor: grabbing;	
}
.klocek .dt{
	width: 100%;
	height: 100%;
}
.klocek .dc{
	vertical-align: middle;	
}
.siatklocek{
	font-size: 0;
	position: absolute;	
}
#loser{
	display: none;
}
#tekst_przed_rozpoczeciem_gry{
	display: none;
}