#cookies-message
{
	padding: 10px 0px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	z-index: 999;
	color: #414141;
}

#cookies-message a
{
	color: #414141;
	text-decoration: none;
	border-bottom: 1px dotted #AEAEAE;
}

#accept-cookies-checkbox
{
	background-color: #1A2334;
	padding: 5px 10px;
	color: #FFF;
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
}

#accept-cookies-checkbox:link,
#accept-cookies-checkbox:visited
{
	color: #FFF;
	border: none;
}