div#cookie-note {
    background-color: #00bdac;
    color: #fff;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    display: block;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: auto;
    width: 25em;
    z-index: 1337;
    padding: 15px;
font-size: 13px;
line-height: 13.5px;
text-align: center;
}

#cookie-note-ok {
background: #000;
    color: #fff;
    font-family: MyriadPro-light;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 0;
    padding: 10px;
}
p {
    padding: 0 0 7px 0;
}
