﻿#cookie-policy {
    background-color: #000;
    color: #fff;
    height:50px;
    width:100%;
    z-index:1000;
    display:none;
    
    font-size:11px;
    text-align:center;
}
#cookie-policy .container {
    position:relative;
    padding:8px 0;
}
#cookie-policy a {
    color: #fff;
    text-decoration: underline;
}
#accept-cookies {
    position:absolute;
    top:14px;
    right:30px;
    opacity:1;
    width:20px;
    height:20px;
    background-color:#fff;
    color:#000;
    border-radius:50%;
    font-size:13px;   
    text-align:center;
    line-height:18px;
    padding-left:1px;
    font-weight:800;
}
 a#accept-cookies {
    color: #000;
    text-decoration: none;
}
#accept-cookies a:hover {
    text-decoration: none;
}