/*!
 * 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.
 */

.blue {
   background: #0271bb;
   opacity: 0.85;
   padding: 20px 0px;
}

.cookie-message p, .cookie-message a {
   font-size: 14px;
}

.cookie-message {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 99;
   text-align: center;
}

.cookie-message a {
   cursor: pointer;
   border: 1px solid;
   border-radius: 2px;
   padding: 5px 15px;
}

.blue p, .blue a {
   color: #fff;
}

.cookiebar-close:hover {
   text-decoration: none;
   color: #0271bb;
   background: white;
   border-radius: 3px;
   border: 1px solid #fff;
}