div#cookie-notice {
	float: none;
	margin-top: 0;
	color: #fff;
	font-size: .95em;
	font-weight: normal;
	margin: 0 auto 0;
	width:100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index:150;
	height: 35px;
}
	div#cookie-notice a {
		color: #ffffff;
		text-decoration: underline;
		padding-right: 14px;
	}
	
	div#cookie-notice a.findmore{
		margin-left:5px;
	}
	#cookie-notice p{
		text-align:center;
	}
	
	div#cookie-notice div.intro,
	div#cookie-notice div.more-info{
		padding: 10px 9px;
		font-size: .95em;
	}
	
	div#cookie-notice div.intro {
		color: #ffffff;
		position: relative;
		margin: 0 auto;
		padding: 6px 5%;
		background: #444444;
		border-bottom :0;
		width: 90%;
	}
	
	div#cookie-notice div.intro p ,
	div#cookie-notice div.intro a{
		color: #fff;
		text-align: center;
		margin:0;
	}
	
	div#cookie-notice div.intro a:hover{
		color:#0883b2;
	}
	div#cookie-notice div.more-info{
		display: none;
		padding-right:40px;
	}
	
	
	div#cookie-notice a.close,
	div#cookie-notice button.accept {
		position: relative;
		display: inline-block;
	}
	div#cookie-notice a.close {
		width: 24px;
		height: 14px;
		overflow: hidden;
		background: url(close.png) no-repeat 6px 1px;
		position: absolute;
		right: 9px;
		top: 12px;
		padding: 0;
		text-indent: -9999px;
	}
	
div#cookie-notice button.accept {
	background: #e3e3e3;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #333;
	font: bold 12px helvetica, arial, sans-serif;
	line-height: 1;
	padding: 5px 0 6px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 150px; 
	top: 5px;
}

div#cookie-notice button.accept:hover {
	background: #d9d9d9;
	-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
	-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #222;
	cursor: pointer; 
}

div#cookie-notice button.accept:active {
	background: #d0d0d0;
	-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
	-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
	box-shadow: inset 0 0 1px 1px #e3e3e3;
	color: #000;
}

/* Landscape tablet to desktop small screens */
@media (min-width: 1024px) and (max-width: 1179px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1023px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	div#cookie-notice div.intro {
		padding: 5px 10% 8px;
		width: 82%;
	}
}