div#cookie-note{
    background-color: #0061A1;
    color: white;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    display: block;
    right: 20px !important;
    /* top: 0 !important; */
    bottom: 20px !important;
    position: fixed;
    height: auto;
    width: 320px !important;
    z-index: 1337;
    padding: 16px;
}

div#cookie-note a{color:white;text-decoration:underline;}

@media screen and (max-width: 600px){
div#cookie-note {right: 0px !important;width: auto !important;margin:25px;}

}