/*!
 * 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.
 */
 
.cookiebar-message {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  height: 40px;
  padding-top: 10px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #212121;
  opacity: 0.8;
  z-index: 100;
}
.cookiebar-closeButton {
  margin-left: 25px;
  font-size: 16px;
}