/*!
 * 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 {
  position:absolute;
  top:0; *top:-2px; right:20px;
  cursor:pointer;
}
.cookie-message p, .cookie-message a {
  color:#333;
  font:bold 11px/18px Arial;
  margin:0.6em 0;
}
*/
.blue {
	background:#111111 !important; 
	height:auto; 
	line-height:24px; 
	text-align:center; 
	padding:3px 0;
	opacity: .9;
}
.blue p { color:#eeeeee; }
.blue a { 
	color:#ffb31b !important; 
}
.cookiebar-close {
	padding: 6px 15px;
    border: 1px solid #9c9c9c;
    border-radius: 6px;
}
.cookiebar-close:hover {
	cursor: pointer;
    text-decoration: none;
    background: #ffffff2e;
}
