/*!
 * 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: 99;
}
.cookie-message a {
  cursor:pointer;
  margin-top: 17px !important;
}
.cookie-message p, .cookie-message a {
  color:#333;
  margin:1.6em 10px;
  float: left !important;
}
.blue {
  border-bottom:1px solid rgba(25, 25, 25,1);
  background-color: rgba(25, 25, 25, 1);
}
.blue p, .blue a { color:#fff; }