/*!
 * 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.
 */
 .ui-widget {
  display: none;
 }
.cookie-message {
  position:fixed;
  bottom: 40px;
  right: 0;
  padding: 15px !important ;
  background:#fff;
  border-bottom:1px solid #ccc;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
  max-width: 325px;
  -webkit-box-shadow: 0px 10px 28px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 28px 0px rgba(0,0,0,0.75);
box-shadow: 0px 10px 28px 0px rgba(0,0,0,0.75);
border-radius: 30px 2px 2px 30px;
-moz-border-radius: 30px 2px 2px 30px;
-webkit-border-radius: 30px 2px 2px 30px;
border: 0px solid #000000;
}



.cookie-message p, .cookie-message a {
  color:#333;
  font:bold 11px/18px Arial;
  margin:0.6em 0;
  font-size: 14px;
}
.cookie-message .bottomsection  a {
    padding: 10px;
    background: #369ff4;
    width: 97%;
    display: inline-block;
    border: 1px solid #333;
}

.blue p, .blue a { color:#fff; }
.cookie-message .bottomsection {
    display: inline-block;
    width: 100%;
}
.cookie-message .bottomsection .close-button, 
.cookie-message .bottomsection .pagelink {
    width: 50%;
    float: left;
}
.cookie-message .bottomsection a {
    padding: 10px;
    background: #369ff4;
    width: 97%;
    display: inline-block;
    border: none;
    color: #fff;
}
.cookie-message .bottomsection a:hover {
    text-decoration: none;
    background: #297bbd;
}