#cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 60px;
  padding-top: 18px;
  text-align: center;
  background-color: rgba(240, 240, 240, 0.9);
  border-top: #ccc solid thin;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  box-shadow: 3px 4px 8px 2px rgba(90,90,90,1);
  transition: bottom 0.5s;
}

#cookies button {
  margin-left: 24px;
}

#cookies.seen {
  bottom: -96px;
}
