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

#cookieinfo {
    background-color: #ffffff;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 15px;
    position: fixed;
    right: 0;
    z-index: 1000;
}

#cookieinfo h6 {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 9px;
    text-align: center;
}

#cookieinfo p {
    color: grey;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
}

#cookieinfo a {
   background-color: none;
    display: block;
    font-size: 40px;
    font-weight: 100;
    height: 22px;
    line-height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    top: 10px;
    width: 22px;
    color:grey!important;
}


#cookieinfo a.cook{
   background-color: none;
    border-radius: 0px;
    display: block;
    font-size: 14px;
    font-weight: 200;
    height: auto;
    position: static;
    text-decoration: none;
    color:grey!important;
    width:auto;
    padding:0;
    margin:0;
    display:inline;

}

#cookieinfo a:hover {
opacity:0.8;
background-color:none;
}
