#cookie{
  background-color: #4BA8CC;
  color:white;
  padding: 1rem 4rem;
}

#cookie p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0;
}

#cookie a {
  text-decoration: underline;
  color: #fff;
  font-style: italic;
  transition: 0.2s;
}

#cookie a:hover {
  color: #e0e0e0;
  transition: 0.2s;
}

button#btn_yes {
  color: #048ABF;
  background-color: #fff;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  font-size: 0.875rem;
  border: 0;
  border-radius: 0;
  padding: 0.6rem 1.2rem;
  transition: 0.2s;
  float: right;
}

#btn_no {
  display: none;
}

@media screen and (max-width: 767px) {

  button#btn_yes {
    margin-top: 1rem;
  }
}