.cookie-notification-jc {
	display:block;
	color:black;
	padding:15px 10px;
	line-height:1.4em;
}
.bottom {
	bottom:0;
	left:0;
	right:0;
	position:fixed;
}
.top {
	position:relative;
}
.cookie-notification-jc-buttons {
	overflow:hidden;
	margin-top:8px;
}

.cookie-notification-jc-details {
	float:left;
	padding: 4px 9px;
	font-size:0.9em;
	margin-left:5px;
}

.cookie-notification-jc-details a {
	color:#bbbbbb;
	text-decoration:none;
}

.cookie-notification-jc-details a:hover {
	color:#bbbbbb;
	text-decoration:underline;
}
a.lesmer_cookie_right {
    background-color: #E40521;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
	float:right;
}
a.lesmer_cookie_right:hover{
    color: #FFF;
}
a.lesmer_cookie_left {
	background-color: #E40521;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    float:left;
    margin-right: 15px;
}
a.lesmer_cookie_left:hover{
    color: #FFF;
}
.cookie-notification-jc p {
}

.cookie-notification-text{
	width:85%;
}

.cookie-notification-jc {
    padding-top: 50px 0px;
    background-color: white;
}