#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo .link_cookies{
    position:relative;
    display:inline;
    padding:0;
    margin:0;
    color:black;
    width:auto;
    height:auto;
    box-shadow:none;
    background-color:#FFF;
    top:0;
    right:0;
}

#cookieinfo {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -1px 28px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    z-index: 1000;
}

#cookieinfo h6 {
   color: #8b8b8d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}

#cookieinfo p {
    color: #000;
    font-size: 12px;
    line-height: 1.5em;
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #8b8b8d; 
}