.cookie-notification-jc {
	display:block;
	color:#ffffff;
	padding:10px;
	line-height:1.4em;
	font-size:12px;
	font-family:arial;
}

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

.top {
	position:relative;
}

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

.cookie-notification-jc-accept {
  background: url("bg-close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    line-height: 0;
    opacity: 1;
    overflow: hidden;
    text-indent: -999em;
    width: 16px;
}
.cookie-notification-jc a {
    color: rgb(146, 146, 146);
    margin-top: 10px;
}
.cookie-notification-jc p{color:#333; margin:0;}

.cookie-notification-jc-details {
	float:left;
	padding: 4px 9px;
	font-size:0.9em;
	margin-left:5px;
}
.cookie-notification-jc div {
    max-width: 820px !important;
}
.cookie-notification-jc-details a {
	color:#bbbbbb;
	text-decoration:none;
}

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