#cookies {
    width: 100%;
    margin: 0;
    padding: 10px 15px 0;
    background: rgba(86,86,86,0.95);
    border-bottom: solid 1px rgb(225,225,225);
    position: fixed;
    bottom: 0;
    z-index:999;
}

#cookies p {
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
    color: rgb(255,255,250);
    margin: 10px;
    z-index: 999;
}

#cookies p a,
#cookies p a:hover{
    color:#FFF;
    text-decoration:underline !important;
}

#cookies .btn {
    display:inline-block;
}
