/*!
 * 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: 10px;
  font-size: 12px;
  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 {
    
}

.cookie-info blockquote {
	background: #e24461 !important;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	position: relative;
    padding: 0px 0px 0px 20px;
}