#cookiebar {
    position: fixed;
    bottom: -5em;
    left: 1em;
    right: 1em;
    padding: 1em 2em;
    background: #fff;
    color: #444;
    border-radius: 5px;
    transition: all 1s;
    z-index: 999999;
    font-size: .9em;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}