.cookie-disclaimer {
  font-family: "Helvetica Neue", "Helvetica", "Arial", san-serif;
  position: relative;
  overflow: hidden;
  background: #4e8cd3;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 14px; }

.cookie-disclaimer .wrapper {
  max-width: 925px;
  margin: 0 auto;
  position: relative; }

.cookie-disclaimer p {
  margin: 10px 0;
  margin-right: 160px;
  line-height: 1.5; }
  @media (max-width: 640px) {
    .cookie-disclaimer p {
      margin-right: 0; } }

.cookie-disclaimer button {
  background: white;
  color: #4e8cd3;
  border-radius: 5px;
  border: 0;
  width: 140px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 640px) {
    .cookie-disclaimer button {
      position: relative;
      margin: 10px auto; } }

.cookie-disclaimer a {
  color: white;
  white-space: nowrap; }
