@import url(../style.css);
#lewy {
	background-color: #cfc;
	float:left;
	width:20%;
	text-align: center;
}
#opis {	text-align: left;

}
#start {
	width:180px;
	font: bold 40pt monospace;
}

#plansza {
	background-color: #ffa;
	text-align:center;
	float:left;
	width:50%;
	padding:30px 0px;
	user-select: none;
}
#plansza img {
	width:60px;
	padding:3px;
	margin:0px;
}
#prawy {
	background-color: #eee;
	text-align:center;
	float:left;
	width:30%;
}
#prawy button {
	display:block;
	width:200px;
	height:200px;
	border:none;
	background-color: none;
}
#pomoc {
	background-image: url(img/pytajnik.png);
}
#dalej {
	background-image: url(img/plus.png);
}
#dalej1 {
	background-image: url(img/plus1.png);
	display: none;
}

hr {
	clear: both;
}