#ll_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    /*height: 80px;*/
    background: rgba(255,255,255,0.8);
    text-align: center;
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff!important;
    display: none;
    box-shadow: 0 0 30px #444;
    padding: 10px 0;
    left: 0;
    right: 0;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;

}
#ll_info {
    background: #fff;
    height: 304px;
    left: 50%;
    margin-left: -350px;
    margin-top: -182px;
    margin-bottom:20px;
    position: fixed;
    top: 50%;
    width: 700px;
    box-shadow:0 0 10px #444;
    z-index:16777271;
    padding:30px;
    box-sizing:border-box;
    display:none;
    border:1px solid #999999
	text-shadow:none;
background: #FFF none repeat scroll 0% 0%;
height: 318px;
left: 50%;
margin-left: -40%;
margin-top: -182px;
margin-bottom: 20px;
position: fixed;
top: 50%;
width: 80%;
box-shadow: 0px 0px 10px #444;
z-index: 16777271;
padding: 30px 5px;
box-sizing: border-box;
display: none;


}
#ll_info .ll_info_close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    width: 25px;
    border-radius: 16px;
    background: #000 url('img/close.png');
    text-align: center;
    line-height: 1.3em;
    font-size: 18px;
    cursor:pointer;
}
#ll_info_plus {
    box-sizing:border-box;
    overflow: auto;
    height: 254px;
    padding-right:10px;
	color:#000;
	text-align:left;
}
#ll_info_plus  p{
	color:#000;
	text-align:left;
	font-size:12px;
}

#ll_banner p,#ll_banner h2 {
    margin:4px 0;
    padding:0;
    line-height:1.2em;
	color:#000;
	float:none!important;
}
#ll_banner h2 {
    font-size:20px;
    font-weight:bold;
}
#ll_banner p {
    font-size:14px
}

#ll_banner p span {
    text-decoration:underline;
    color:#0089F2;
    cursor: pointer;
    font-weight: bold;
	float:none!important;
}
#ll_banner .accept {
    cursor:pointer;
    font-size:14px;
    margin:5px auto;
    width:120px;
    background: #0089f2;
    padding:3px;
    border-radius:3px;
    text-shadow:1px 1px 0 #0072ca;
    color:#fff;
    background-image: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -moz-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -o-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca));
    background-image: linear-gradient(#0089F2 0%, #0072ca 100%);
	float:none!important;
	text-decoration:none!important;
	padding:5px 15px;
}
#ll_banner .accept:hover {
    box-shadow:0 0 4px #000;
}

#ll_banner h2 span {
    text-decoration: underline;
    color: #0089F2;
    cursor: pointer;
    font-weight: bold;
    float: none !important;
	font-size:14px;
}


.ll_link_bottom {
position:fixed;
bottom:0px;
right:20px;
background-color:white;
color:black;
padding:2px 10px;
border-top: 1px grey solid;
border-left: 1px grey solid;
border-right: 1px grey solid;
font-size:11px;
cursor: pointer;
}

.ll_link_bottom.black {
background-color:black;
color:white;
}

 .policy-cookie  td{padding:5px;word-wrap: break-word;}
 
 table.policy-cookie, .policy-cookie th, .policy-cookie td {
    border: 1px solid black;
    border-collapse: collapse!important;
}
