#cookie-notice {
	position: fixed;
	width: 100%;
	left: 0px;
	background: #222;
	color: #888;
	font-size: 13px;
	vertical-align: top;
	bottom: 0px;
	z-index:1000;
    padding: 10px;
}

#cookie-notice a {
	color: #CCC;
}

#cookie-notice .cookie-dismiss {
	float: right;
	width: 30px;
	font-size: 40px;
	text-align: right;
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
    #cookie-notice{
        bottom: 48px;
    }
}
