/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */

.cookie-message {
    position:fixed;
    bottom:0;left:0;right:0;
    padding:0 85px 0 20px;
    background:#fff;
    border-bottom:1px solid #ccc;
    box-shadow:0px 0px 3px #ccc;
    z-index: 9999999999;
}
.cookie-message a {
    cursor:pointer;
}
.cookie-message p, .cookie-message a {
    color:#ffffff;
    font:bold 11px/18px Arial;
    margin:1.1em 0;
    font-size: 13px;
}
.blue {
       background-color: rgba(22, 22, 22, 0.7) !important;
    box-shadow: none;
}
.blue p, .blue a { color:#fff; }

.ui-widget-header{border-top:1px solid #161616;border-bottom: 0;}