.polityka {
	text-align:left;
	padding:10px;
}
.polityka a {
	color:#000;
	text-decoration:none;
}
.polityka ol {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
.polityka > ol > li {
	
font-size: 22px;
}
#cookie_alert {
	width:100%;
	position:fixed; 
	z-index:10000; 
	bottom:0px; 
	background:#A23D3D;
	border-top:1px solid #E93412;
	box-shadow:0 -1PX #fff; 
	opacity: 0.9; 
	filter: alpha(opacity = 90);
	font-size:15px;
	color:#fff;
	text-align:center;
}
#cookie_alert #cookie {
	background: url("../images/cookiemonster.png") no-repeat scroll 0 0 transparent;
	bottom: 19%;
	height: 50px;
	position: absolute;
	vertical-align: super;
	width: 50px;
}
#cookie_alert #opis {
	display: block;
	margin-left: 50px;
	padding: 20px 0;
	font-size: 13px;
	text-align: justify;
}
#cookie_alert #button {
	font-weight: bold;
	display:block;
	background:#fff;
	border-radius:5px;
	padding:5px;
	cursor:pointer;
	box-shadow:1px 1px #474747;
}
#cookie_alert table tr td:first-child,  #cookie_alert table tr td:last-child {
	padding:20px;
}
#cookie_alert #dismiss {
	text-decoration:none;
	color: #000;
}
#cookie_alert #polityka_prywatnosci  {
	color:#fff;
	cursor:pointer;
	text-decoration:underline;
}