
.cookie-message {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 16px;
  background: rgba(134, 128, 128, 0.8);
  border-bottom: 1px solid #aaa;
  z-index: 200;
}

.cookie-message p {
  color: #fff;
  margin: 5px 0;
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
}

.cookie-message a {
  color: #111;
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 0.5em;
}

.cookieBar-close-button {
  cursor: pointer;
  margin-left: 20px!important;
  background-color: #e6e6e6;
  padding: 3px 12px;
  border: 1px solid #ececec;
  border-radius: 6px;
}
