div.cookie-law-info-bar {
  width      : 100%;
  background : #000000;
  position   : fixed;
  bottom     : 0;
  right      : 0;
  left       : 0;
  display    : none;
  z-index    : 99999;
  opacity    : 0.8;
  color      : #ffffff;
  padding    : 0 60px;
}

div.cookie-law-info-bar > p {
  text-align  : center;
  font-size   : 12px;
  padding     : 10px 0;
  line-height : 18px;
}

div.cookie-law-info-bar > p a {
  text-decoration : underline;
}

div.cookie-law-info-bar > a.close-cookie-bar {
  position    : absolute;
  top         : 10px;
  right       : 5px;
  color       : #ffffff;
  height      : 18px;
  line-height : 18px;
  bottom      : 0;
  cursor      : pointer;
  font-size   : 11px;
}