.cookie-notification-jc {
	display:block;
	color:#1b1b1d;
	font-weight: 300;
	padding:0px 20px;
	line-height:1.4em;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.cookie-notification-jc p {
	font: 14px 'Titillium Web', Helvetica, Arial, sans-serif;
	padding: 5px 0;
	margin: 0 auto;
	max-width: 940px;
}

.bottom {
	bottom:0;
	left:0;
	right:0;
	position:fixed;
	background-color: #f7f7f7 !important;
}

.top {
	position:relative;
}

.cookie-notification-jc-buttons {
	overflow:hidden;
	margin-top:8px;
}

.cookie-notification-jc-accept {
	width: 14px;
	height: 14px;
	background: transparent url(bg-close.png) no-repeat 0 0;
	display: block;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
	float: left;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	position: absolute;
	left: 3px;
	top: 9px;
}

.cookie-notification-jc-accept:hover, .cookie-notification-jc-accept:active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.cookie-notification-jc a {
	color:#000000;
	text-decoration:none;
}

.cookie-notification-jc a:hover {
	color:#837D6D;
	text-decoration:underline;
}