/*!
 * 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:0 85px 0 20px;background:#fff;border-bottom:1px solid #ccc;box-shadow:0 0 3px #ccc;z-index:99}.cookie-message a{cursor:pointer;text-decoration: underline;font-weight: bold;}.cookie-message p,.cookie-message a{color:#333;font:700 11px/18px Arial;margin:.6em 0}.blue{border-bottom:1px solid #3C3C3C;background-color:#3C3C3C;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3c3c3c),color-stop(50%,#3C3C3C),color-stop(100%,#3C3C3C));background:-webkit-linear-gradient(#3c3c3c,#3c3c3c,#3c3c3c);background:-moz-linear-gradient(#3c3c3c,#3c3c3c,#3c3c3c);background:-o-linear-gradient(#3c3c3c,#3c3c3c,#3c3c3c);background:-ms-linear-gradient(#3c3c3c,#3c3c3c,#3c3c3c);background:linear-gradient(#3c3c3c,#3c3c3c,#3c3c3c)}.blue p,.blue a{color:#fff}