#cookieplugin {
	background: #000;
	color: #aaa;
	text-transform: uppercase;
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	z-index: 99999;
}
#cookieplugin a {
	color: #ffffff;
	text-decoration: none;
}
#cookieplugin a:hover {
	text-decoration: underline;
}
#cookieplugin #cookiepluginclose {
	background: url(./images/cross-black.svg) center center no-repeat #fff;
	background-size: 100% 100%;
	text-decoration: none;
	border-radius: 50%;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 0 5px 5px;
	position: relative;
	right: auto;
	cursor: pointer;
	float: right;
}

@media only screen and (max-width: 767px) {
	#cookieplugin {
		font-size: 9px;
		-webkit-text-size-adjust: 100%;
	}
}