#informacja_o_cookie {

	text-align: left;


	font-size: 11px;


  position: fixed;
  bottom: 0.2%;
  left: 50%;
  padding: 10px 20px;
  width: 820px;
  margin-left: -430px;
  background: rgba(54, 54, 54, 0.95);
  z-index: 3500;
  opacity: 0.95;
  border-radius: 5px;
}



.cookie_cont {

	/*background: #444444;*/ 

	margin: 0 auto;


	padding: 5px 0;

}



.cookie_cont_text {

	font-size: 11px;

	text-indent:0px;

	width: 88%;

	float: left;

	color: #fff;

	margin: 0px;

}



.cookie_cont_text a {

	color: #fff;

	text-decoration: underline;

}



.cookie_cont_btn {

	text-align:center;

	margin: 2px 0 0px 0; 

	width: 70px; 

	float: right;

}



.cookie_cont_btn a {


	padding:5px;

	cursor: pointer; 

	background:#FECE00;

	color:#000;
 font-weight:bold;

	text-decoration: none;

	display: block;

}

.cookie_cont_btn a:hover {

	background: #FFDC3E;

}



.cl {

	clear: both;

	width: 100%;

	height: 1px;

	line-height: 1px;

	display: block;

}

