/* 
    Document   : cookie
    Created on : 2013-03-27, 16:21:28
    Author     : solenzo
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.cookie_zgoda
{
  padding-right: 5%;
  padding-left:5%;
  padding-bottom: 10px;
  padding-top:10px;
  background-color: black;
  color: white;
  position:fixed;
  text-align: center;
  font-size:16px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  opacity:0.7;
  display:none;
}
.cookie_zgoda a
{
    font-size:16px;
    padding:5px;
    font-weight:bold;
    color:#DE4036;
    letter-spacing:1px;
    text-decoration:none;
    font-family: 'museo',sans-serif;
    font-style:normal;
    font-weight:700; 
}
.cookie_zgoda a:hover
{
    text-decoration:underline;
}