/*!
 * 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 {
  // @include z-index(modal-top);
  // position:fixed;
  top:0;left:0;right:0;
  padding:1px 95px 1px 20px;
  background:#fff;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  position: relative;
}
.cookie-message p, .cookie-message a.cookiebar-close {
  color:#333;
  font:bold 11px/18px Arial;
}
.cookie-message a.cookiebar-close {
  position:absolute;
  display: inline-block;
  top:50%;
  right:20px;
  transform: translateY(-50%);
  cursor:pointer;
  background: black;
  padding: 0.25em 0.75em;
  color: white;
}
.cookie-message a:not(.cookiebar-close) {
  text-decoration: underline;
}
.cookie-message p {
  margin:0.6em 0;
  padding: 0;
}
.blue {
  border-bottom:1px solid #0E83AE;
  background-color:#0087ff;

}
.blue p, .blue a { color:#fff; }
