.CcookieNotification_notification_view {
	position:fixed;
	bottom:0;
	background:#fff;
	width:100%;
	font-size:16px;
	padding:10px 10px 20px 10px;
	box-shadow:0 0 10px #000;
}
.CcookieNotification_notification_view #content {
	margin:auto;
	max-width:640px;
}
.CcookieNotification_notification_view #acceptCookies {
	width:100%;
	padding:5px;
}