.cookie-on {
  position: fixed; }

.cookie-off {
  display: none; }

.cookie-consent {
  bottom: 0;
  z-index: 9999;
  background-color: #71c5e8;
  width: 100%;
  padding: 10px; }
  .cookie-consent p {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px; }
    .cookie-consent p a {
      color: #ffffff;
      text-decoration: underline;
      font-weight: bold; }
    .cookie-consent p button {
      border: 0;
      color: #71c5e8;
      padding: 5px 10px;
      background-color: #ffffff;
      border-radius: 5px;
      margin-left: 10px;
      cursor: pointer; }
