/*!
 * 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-info {
  position:fixed;
  bottom:0;left:0;right:0;
  padding: 20px;
  font-size: 10px;
  background:#fff;
  border-bottom:1px solid #000;
  box-shadow:0px 0px 3px #000;
  z-index: 99999;
  opacity: 0.8;
}

.cookie-info-button {
    text-align: center;
}

.cookie-info-title {
    
}
