div.CookiePanel
{
	position: fixed;
	left: 0px;
	right: 0px;
	padding: 2em;
	background: #333; /* Legacy IE fallback */
	background: rgba(0, 0, 0, 0.85);
	color: whitesmoke;
	text-align: center;
}

a.CookieReadMore
{
	color: inherit;
	text-decoration: underline;
}

div.CookieAccept
{
	display: inline-block;
	padding: 0.75em 2.25em;
	margin-top: 2em;
	cursor: pointer;
	border-radius: 0.3em;
	background: #6cbb23;
	color: whitesmoke;
}