/*!
 * 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,
.cookie-message p {
  font-size: 12px;
}

.cookie-message {
  position:fixed;
  bottom:0;left:0;right:0;
  padding:0px 5px;
  background: #fff;
  box-shadow:0px 0px 3px #ccc;
  z-index: 99;
  font-weight: bold;
  font-size: 12px;
}
.cookie-message p {
  float: left;
  margin:0.6em 0;
  font-size: 12px;
}
.cookie-message a {
  color:#ee856f;
  margin:0.6em 0;
  text-decoration: none;
  cursor:pointer;
}

  .cookie-message a.my-close-button {
    /*display: block;
    text-align: center;*/
    margin-left: 20px;
  }

@media (min-width:740px) {
  /*.cookie-message a.my-close-button {
    float: right;
    right:20px;
    text-align: right;
  }*/
}

