
#cookie-policy {
	background-color: #555;
	color: #fff;
	font-size: 14px;
	left: 0;
	padding: 10px;
	position: fixed;
	text-shadow: none;
	bottom: 0;
	width: 100%;
	z-index: 1099;
}

#cookie-policy .close {
		color: #fff;
		border: none;
		background:transparent;
		padding: 2px 10px;
		font-size: 2em;
		margin-top: -3px;
		margin-top: -8px;
		opacity: .8;
		position: absolute;
		right: 15px;
		cursor:pointer;
}


#cookie-policy a {
		color: #AAA;

		&:hover,
		&:focus {
			color: #999;
		}
	}

#cookie-policy .container {
	position: relative;
}

