﻿.brewster-cookie-bar-notification {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    z-index: 1050; 
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 8px 18px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-align: center;
    bottom: 0px; 
}

.brewster-cookie-bar-notification-close {
    float: right;
    display: block;
    padding: 5px 8px;
    min-width: 100px;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
    background: rgb(0, 0, 0);
    text-align: center;
    padding: 5px 5px !important;
    min-width: 50px !important;
    font-size: 18px !important;
}

.brewster-cookie-text {
    display: block;
    padding: 5px 0 5px 0;
    width: auto;
    height: 50px;
    display: block;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
}

.brewster-cookie-text a:link,
.brewster-cookie-text a:visited {
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

.brewster-cookie-read-btn {
    display: none;
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

.brewster-cookie-read-btn:visited {
    text-decoration: underline;
    color: rgb(255, 255, 255);
}
