#band-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    background-color: #151515;
    color: #FFF;
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, .15)
}

#band-cookies p {
    margin: 0;
    padding: 0 50px
}

#band-cookies-info,
#band-cookies-ok {
    display: inline-block;
    color: #F0FFAA;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 10px;
    cursor: pointer
}

#band-cookies-close {
    height: 32px;
    width: 32px;
    padding: 6px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #000;
}

@media (max-width:768px) {
    #band-cookies p {
        padding: 15px 15px 0
    }
    #band-cookies-info,
    #band-cookies-ok {
        display: block;
        text-decoration: none;
        padding: 10px 5px;
        margin-top: 10px;
        background-color: #fff;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }
    #band-cookies-close {
        left: 50%;
        margin-left: -16px;
        top: 0
    }
}