div#cookie-note {
    font-size:0.875em;
    line-height:1.3;
    background-color: white;
    color: black;
    /*box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);*/
    display: block;
    left: 0;
    bottom: 0px;
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 1337;
    padding:10px;
    opacity: 0.95;
    border-top:2px solid #000000;
}
