/*!
 * 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;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 85px 0 20px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  height: 40px;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 99;
}

.cookie-message a:not(:first-child) {
  position: absolute;
  bottom: 0;
  *bottom: 2px;
  right: 20px;
  cursor: pointer;
}

.cookie-message p,
.cookie-message a {
  color: #333;
  font: bold 11px/18px Arial;
  margin: 0.6em 0;
}

.blue {
  border-bottom: 1px solid #003366;
  background-color: #003366;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003366), color-stop(50%, #003366), color-stop(100%, #003366));
  background: -webkit-linear-gradient(#003366, #003366, #003366);
  background: -moz-linear-gradient(#003366, #003366, #003366);
  background: -o-linear-gradient(#003366, #003366, #003366);
  background: -ms-linear-gradient(#003366, #003366, #003366);
  background: linear-gradient(#003366, #003366, #003366);
}

.blue p,
.blue a {
  color: #fff;
}

.button1 {
  display: inline-block;
  padding: 0.35em 1.2em;
  border: 0.1em solid #FFFFFF;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.2s;
}

.button1:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.cookie-message.ui-widget-header.blue{
    height: 65px;
}

@media all and (max-width:30em) {
  .button1 {
    display: block;
    margin: 0.4em auto;
  }

  .cookie-message.ui-widget-header.blue{
    height: 180px;
  }

  .cookie-message p,
  .cookie-message a {    
    font: bold 10px/16px Arial;
    margin: 0.5em 0;
  }
}

.cookieA {
  color: white;
}