/*!
 * 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: 10px;
    /* background:rgb(177, 168, 168); */
    background-color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 3px #ccc;
    z-index: 99;
    color: #fff;
	text-align: center;
}
/* .cookie-message a {
    position: absolute;
    top: 0;
    *top: -2px;
    right: 20px;
    cursor: pointer;
} */
.cookie-message p,
.cookie-message a {
    color: #ffffff;
    margin: 0.6em 0;
}
.cookiebar-close {
    background-color: #6cc04a;
    border: 1px solid #6cc04a;
    padding: 8px 18px;
    font-size: 9pt;
    font-weight: bold;
    border-radius: 0px;
}
