.cookie-message-top {
  top: 0px;
}

.cookie-message-bottom {
  bottom: 0px;
}

#cookie-message {
  background: rgba(64, 64, 64, 0.9);
  color: #fff;
  text-align: center;
  padding: 6px 20px;
  z-index: 10000;
  margin: 0;
  width: 100%;
  position: fixed;
  box-sizing: border-box;
}

.cookie-message-button {
  border: 1px solid #fff;
  color: #333;
  display: inline-block;
  padding: 2px 8px;
  cursor: pointer;
  margin-left: 15px;
  background: #ccc;
}

.cookie-buttons-wrapper {
  white-space: nowrap;
}