.cookie-notice
{
	position: fixed;
	z-index: 999;
	padding: 15px 25px;
	font-size: 12px;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	background-color: rgba( 0, 0, 0, .8 );
}

@media screen and ( min-width: 625px )
{
	.cookie-notice
	{
		bottom: 30px;
		left: auto;
		right: 30px;
	}
}

.cookie-notice a
{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

.cookie-notice button
{
	color: white;
	display: inline-block;
	border: 1px solid white;
	background-color: transparent;
	text-transform: uppercase;
	line-height: 2ex;
	letter-spacing: 1px;
	padding: 8px 20px;
	margin-top: 10px;
	font-family: "proxima-nova-condensed", sans-serif;
}