#jst_eu_cookie{
    width:100%;
    background-color:rgba(0,92,169,0.8);
    position:fixed;
	bottom:0;
    padding:10px;
    z-index:10000;
    font-size:x-small;
    text-align:center;
	display: none;
}

#jst_eu_cookie p{
    width:100%;
    margin-bottom:10px;
	color: #fff;
	font-size: 1.5em;
}

#jst_eu_cookie span{
	background-color: #72b15f;
    color:#fff;
    cursor:pointer;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	font-size: 1.0em;
	border-radius: 4px;
}

#jst_eu_cookie a {
	color: #fff;
	text-decoration:underline;
}

