/*!
 * 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;
  top:0;left:0;right:0;
  padding:35px 20px;
  background:#fff;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 2000;
}
.cookie-message a.cookiebar-close {
  position:absolute;
  bottom:0; *top:-2px; right:20px;
  cursor:pointer;
}
.cookie-message p, .cookie-message a.cookiebar-close {
  color:#fff;
  font:bold 14px/19px;
  font-family: Roboto, sans-serif;
  margin:0.6em 0;
}
.blue {
  border-bottom:1px solid #196233;
  background-color:#196233;
}
.blue p, .blue a { color:#fff; }
a.cookiebar-close {
  padding-top: 35px;
  bottom: 0;
  margin-bottom: 20px!important;
  font-family: Roboto, sans-serif!important;
}

@media screen and (max-width: 576px) {
    a.cookiebar-close {
      bottom: 0!important;
      padding-top: 100px;
    }}