#band-cookies {
    position: fixed;
    bottom: 0;
    left: 30px;
    z-index: 20000000000000000000;
    width: 350px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    line-height: 130%;
    background-color: #151515;
    color: #FFF;
    box-shadow: 0 0 3px 0 rgba(0, 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: 16px;
    width: 16px;
    padding: 8px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #000
}

#band-cookies a {
    text-decoration: underline;
}

@media (max-width:980px) {
    #band-cookies {
        left: 0;
        width: 100%;
    }
    #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: #0080bc;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }
    #band-cookies-close {
        left: 50%;
        margin-left: -16px;
        top: 0
    }
}
