#cookie-notification {
    background-color: #e8e8e8;
    bottom: 0;
    border-top: 2px solid #FFF;
    display: none;
    left: 0;
    padding: 25px 0;
    position: fixed;
    right: 0;
    z-index: 9999;
}  

    #cookie-notification p {
        margin: 0;
    }