#panel_cookie {
width:100%;
/*text-align:center;*/
background-color: rgb(29, 29, 29);
background: none repeat scroll 0 0 rgba(29, 29, 29, 0.94);
color: #F5F5F5;
border-bottom:solid 1px #cecece;
border-top:solid 1px #fafafa;
position:fixed;
top:0;
z-index:999;
}

#panel_cookie_dol {
  width:100%;
  background-color: rgb(29, 29, 29);
  /*text-align:center;*/
  background: none repeat scroll 0 0 rgba(80, 80, 80, 0.8);
  color: #F5F5F5;
  border-bottom:solid 1px #fff;
  border-top:solid 1px #888;
  position:fixed;
  bottom:0;
  z-index:999;
}

div#schowaj {
margin: 0 auto;
max-width: 1000px;
overflow: hidden;
width: 98%;
}

div.tresc {
  width:85%;
  float:left;
}

div.button {
  width:15%;
  float:left;
  padding-top: 10px;
}

#panel_cookie input, #panel_cookie_dol input {
  padding: 2px 50px;
  margin: 25px 20px;
  border: 1px solid #adadad;
  display: inline;
  border-radius: 25px !important;
  border-style: solid;
  border-width: 1px;
  font-weight: 600;
  line-height: 1.4em;
  /*text-align: center;*/
  text-decoration: none !important;
  max-width: 200px;
  background: #999;
}

#panel_cookie input#ukryj, #panel_cookie_dol input#ukryj {
  float: right;
  color: #444;
  font-family: pharmacy-pl;
  font-size: 20px;
  font-weight: normal;
}

#panel_cookie input:hover, #panel_cookie_dol input:hover{
color:#fafafa;
background:#ccc;
}

div#schowaj h4{
  font-size:16px;
  /*padding:5px;*/
  color:#555;
}

div#schowaj p{
  font-size: 12px;
  color: #999;
  padding: 25px 109px 5px 85px;
}

div#schowaj p a{
font-size:12px;
background:none;
color: #3665fe;
text-decoration:none;
font-weight:600;
}

div#schowaj p a:hover{
font-size:12px;
color: #3665fe;
background:none;
text-decoration:underline;
font-weight:600;
}