﻿#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)
}

@media print {
    /* All your print styles go here */
    #band-cookies {
        display: none !important;
    }
}

    #band-cookies p {
        margin: 0;
        padding: 0 50px;
        color: #ffffff !important;
    }

#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
}

@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: #444;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px
    }

    #band-cookies-close {
        left: 50%;
        margin-left: -16px;
        top: 0
    }
}
