.cookie-layer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: rgba(0, 0, 0, .75);
}
.cookie-layer p {
  margin: 15px 25px;
  font-size: 16px;
  color: rgba(255, 255, 255, .85);;
}
.cookie-layer .x {
  float: right;
}
.cookie-layer .x a {
  display: block;
  background: rgba(255, 255, 255, .85);
  color: rgba(0, 0, 0, .5);
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  font-family: Arial, Helvetica;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}
.cookie-layer .x a:hover {
  background: none;
  color: rgba(255, 255, 255, .85);
}

