#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 20px;
  border-top: 3px solid #ef1209;
  box-shadow: 0 -3px 10px rgba(0,0,0,0.1);
  z-index: 10000;
}

#cookie-banner h3 {
  margin-top: 0;
}

#cookie-banner input[type="checkbox"] {
	margin-right: 5px;
}

#cookie-banner button {
	background-color: #ef1209;
	color: #ffffff;
	border: none;
	padding: 10px 16px;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
}

#cookie-banner label {
	margin-right:5px;
}

#cookie-banner a {
	font-size: 13px;
	color: #ef1209;
	text-decoration: underline;
	margin-left: 10px;
}

#ccl-revoke {
    position: fixed;
    bottom: 0px;
    left: 0;
    color: #fff;
    padding: 10px;
    border: 0 none;
    font-size: 28px;
    background: none;
}
