.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 200;
}

.cookie-bar p, .cookie-bar td, .cookie-bar h1, .cookie-bar h2, .cookie-bar h3, .cookie-bar h4, .cookie-bar h5, .cookie-bar h6, .cookie-bar table {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    background-color: transparent;
}

.cookie-bar p {
    margin: 0px;
}

.cookie-bar h1, .cookie-bar h2, .cookie-bar h3, .cookie-bar h4, .cookie-bar h5, .cookie-bar h6 {
    margin: 0px 0px 10px 0px;
}

td.tdcook1 {
    width: 940px;
    vertical-align: middle;
    text-align: left;
}

td.tdcook2 {
    width: 60px;
    vertical-align: middle;
    text-align: right;
}

/* informacja wycentrowana w poziomie */
.cookie-bar > div {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 7px 0px 7px 0px;
}

/* przycisk close z prawej strony belki */
.cookie-bar .close {
    padding: 0 10px;
    min-height: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #005ea8;
    border-radius: 0px;
    font: bold 12px / 30px Tahoma, Arial, Verdana, Sans-Serif;
    color: #ffffff;
    text-shadow: 0px 0px 0px #151515;
}

.cookie-bar .close:hover {
    color: #ffffff;
    background-color: #015498;
    text-decoration: none;
}

.cookie-bar a {
    color: #808c8c;
    font-weight: bold;
    text-decoration: none;
}

.cookie-bar a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}