#cookie_notice {
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px -5px 10px rgb(0,0,0,0.25);
  text-align: center;
  display: none;
  width: 100%;
  background: rgb(150, 150, 150);
  color: rgb(255,255,255);
  padding: 1em 1em;
  max-width: 1100px;
  z-index: 4444;
  position: fixed;
}

#cookie_notice .container {
  display: inline;
  width: 100%;
  max-width: 1024px;
  max-width: 800px;
  line-height: 1em;
  text-align: left;
}

#cookie_notice .text {
  display: inline-block;
}

#cookie_text {
  font-size: 12px;
  display: inline-block;
  width: 75%;
}

#cookie_notice #agreement {
  display: inline;
  background: rgb(255, 255, 255);
  color: rgb(150, 150, 150);
  text-shadow: none;
  padding: 0.5em 0.75em;
  border-radius: 2px;
  font-weight: bold;
  cursor: pointer;
  vertical-align: top;
  position: relative;
  top: 0.75em;
  margin-left: 1em;
}

#cookie_notice #disagreement {
  display: inline;
  color: white;
  border: 2px solid white;
  text-shadow: none;
  padding: 0.5em 0.75em;
  border-radius: 2px;
  font-weight: bold;
  cursor: pointer;
  vertical-align: top;
  position: relative;
  top: 0.75em;
  margin-left: 1em;
}

@media all and (max-width: 820px) {
  #cookie_notice .actions {
    display: inline-block;
    width: 90%;
    margin-top: 1em;
    margin-bottom: 2.5em;
    text-align: right;
  }

  #cookie_text {
    width: 90%;
  }

  #cookie_notice #agreement {
    margin-left: 0;
  }
}
