#cookies-message {
  opacity: .95;
  box-sizing: border-box;
  background: #242424;
  color: #bdbdbd;
  position: fixed;
  bottom: -80px;
  height: 80px;
  padding: 18px;
  width: 100%;
  z-index: 100;
}
#cookies-message * {
  box-sizing: border-box;
}
#cookies-message .cookies-message {
  padding-right: 70px;
  position: relative;
}
#cookies-message .cookies-message p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
#cookies-message .cookies-message p a {
  color: #fff;
}
#cookies-message #cookies-message-button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0;
  background: #504b3f;
  color: #fff;
  font-size: 32px;
  height: 30px;
  line-height: 32px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 30px;
}
#cookies-message #cookies-message-button:hover {
  background: #ff8623;
}
