#cookie-notice {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;

	background: white;
	background: rgba(255,255,255,0.85);
	border-top: 1px solid #888;
	border-top: 1px solid rgba(128,128,128,0.3);

	text-align: center;
}

#cookie-notice p {
	margin: 8px 0;
}

.hide-cookie-notice-link, .cookie-notice-readmore-link {
	margin: 0 4px 0 12px;
	padding: 4px 8px;
	border: 1px solid #888;
	border: 1px solid rgba(128,128,128,0.3);

	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);

	background: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100 */
	// background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6-15 */
	// background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	// filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.hide-cookie-notice-button:before {
	position: absolute;
	right: 1px;
	top: 1px;

	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;

	font-size: 16px;
	font-weight: bold;
	color: black;
	content: "❌";
}

#cookie-notice-placeholder {
	height: 1px;
	background: white;
}
