.both h2 {
	text-align: left;
	font-weight: bold;
}
ol.regulamin {
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
ol.regulamin ol  {
	list-style-type: decimal;
	text-align: left;
	font-weight: normal;
	line-height: 130%;
}
ol.regulamin ol li , ol.warunki li{
	text-align: justify;
	margin: 5px 5px 5px 30px;
}
.both h3 {
	text-align: center;
	margin: 15px 0px;
}
.helpmenu {
	background: #ffffcd;
	padding: 5px;
}
.helpmenu a {
	font-weight: bold;
	color: #000;
	line-height: 16px;
}
.helpmenu ul li {
	margin: 5px 0 5px 10px;
}
.helpmenu ul li a {
	text-decoration: underline;
}
.helpmenu ol {
	list-style-type: none;
	margin-left: 25px;
}
.helpmenu ol li {
	margin: 0;
}
.helpmenu ol li a {
	text-decoration: none;
}
.borderbottom {
	display: block;
	border-bottom: solid 1px black;
	margin: 15px;
	}