#cookie-popup { 
  text-align: center; 
  background: #222;
	color: #E4E4E4;
  position: fixed;
  bottom: 0px; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(229,78,83,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(229,78,83,1);
  box-shadow: 0px 0px 5px 0px rgba(229,78,83,1);
  }
 
#cookie-popup.hidden {
  display: none;
}

#cookie-popup span a {
	color: #e54e53;
}

#cookie-popup span a:hover {
	color: #e54e53;
	text-decoration: underline;
}


#cookie-popup button {
	color: #e54e53;
	font-weight: bold;
	background: none;
	border: 1px solid #e54e53;
	padding: 7px;
}

#cookie-popup button:hover {
	color: #fff;
	font-weight: bold;
	background-color: #e54e53;
	border: 1px solid #e54e53;
	padding: 7px;
}