#cookie_note {
    display: none;
    position: fixed;
    bottom: 10px;
    max-width: 100%;
    margin: 20px;
}
#cookie_note.show{
    display: block;
}

