section.cookies-alert {
	background: #f3f8f9;
	width: 100%;
	border-top: 1px solid #e8ecee;
	float: left;
	clear: both;
	padding: 10px 0;
	display: none;
}

section.cookies-alert p {
	font-size: 14px;
	color: #000;
	margin: 0 auto;
	max-width: 1220px;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/public/img/boxsizing.htc);
	text-align: center;
	display: block;
	line-height: 24px;
}

section.cookies-alert button {
	height: 40px;
	background: #d81c0a;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin: 10px auto 0 auto;
	border-radius: 5px 5px 5px 5px;
	padding: 0px 24px;
}