/* DECLINE cookies button*/
#sliding-popup .decline-button {
	color: white;
	cursor: pointer;
  border: none;
  background: none;
  margin-top: 1em;
  padding: 0 8px;
  vertical-align: middle;
  text-shadow: none;
  text-decoration: none;
  box-shadow: none;
}

/* ACCEPT cookies button*/
#sliding-popup .agree-button {
	cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  border-radius: 6px;
  border: none;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: none;
}