#cookiebar{
    display: none;
    position: fixed;
    top: 0;
    z-index: 1005;
    left: 0;
    width: 100%;
    background-color: #FF0066;
    text-align: center;
    color: #fff;
    padding: 10px;
    opacity: 0.9;
}