#cookiebar {
  background: #000;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#cookiebar p {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
#cookiebar a {
  color: #ccc;
  padding: 0px 10px;
  margin-left: 10px;
  border: 1px solid #666;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
#cookiebar a:hover {
  border: 1px solid #FFF;
  background: #FFF;
  color: #000;
}
