#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 70px;*/
    z-index: 2000;
    background-color: #0079c2;
    color: #ffffff;
    font-size: 0.8em;
    font-family: museo_sans300;
}

    #cookie a {
        color: #ffffff;
    }

.cookie-margin {
    margin: 20px;
    text-align: center;
}

#cookieBAR-close {
    cursor: pointer;
    color: white;
}
