@charset "utf-8";
/* CSS Document */


div {
	margin-left:20px;
	margin-right:20px;
	color:#000
	
}
p {
	color:#000;
	margin-left: 60px;
	margin-right: 60px;
}

.odd {
background-color:#FFF; 
}
.even {
background-color: #FFF; 
}
.naglowek {
background-color:#F2F2F2;

}
.hidden {
display: none;
}

.info{
display: none;
}
.pokaz{
	font-size: 14px;
	margin-left: 80px;
	margin-right:30px;
}
button {
	display: none;
}
	
#pytanie {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}
#odpowiedz {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}
.linia {	
	display: none;
}
.poprawnie {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.zle {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.alle{
	font-weight:bold;
	}
.nauka {
	margin-left: 40px;
	margin-right: 30px;
	
	}

caption {
	font-size:20px;
	font-weight: bolder;		
	}
#tutaj{
	font-size:18px;
	font-weight:bolder;
		}
#licznik {
	border:groove;	
	}