<!DOCTYPE html>
<html>
<body><p>.cookie-info {
    background-color: #eeeeee;
    border-radius: 3px 3px 3px 3px;
    bottom: 5px;
    box-shadow: 0 0 1px #222222;
    color: #222222;
    font-family: arial,sans-serif;
    font-size: 13px;
    left: 10px;
    padding: 10px;
    position: fixed;
    text-align: justify;
    width: 70%;
    z-index: 999;
	line-height: 150%;
}

.cookie-info .cookie-info-title {
	background:none;
	border:none;
	width:98%;
	color:#dd4b39;
	font-size:14px;
	font-family: arial,sans-serif;
	display:block;
	margin: 3px -5px;
	padding: 0px;
	line-height: 150%;
	font-weight: 700;
}
.cookie-info &gt; span a:link,
.cookie-info &gt; span a:visited,
.cookie-info &gt; span a:hover,
.cookie-info &gt; span a:active {
	font-size:12px;
	font-family: arial,sans-serif;
	color:#1155CC;
	font-weight:bold;
	text-decoration:none;
	border: none;
	background-color: inherit;
}
.cookie-info &gt; span {
	float:right;
}
.cookie-info a:link,
.cookie-info a:visited, 
.cookie-info a:hover,
.cookie-info a:active {
	color:#1155CC;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
	font-family: arial,sans-serif;
	border: none;
	background-color: inherit;
}

.cookie-info-ok,
.cookie-info-ok-submit, .cookie-info-mobile a:link {
    background-color: #4d90fe; 
	padding: 5px 10px; 
	color: #ffffff; 
	border-radius: 4px;
	display: inline-block; 
	margin-left: 10px; 
	text-decoration: none; 
	cursor: pointer;
	float: right;
}

.cookie-info-ok-submit {
	float: right;
	outline: 0;
	border: 0;
}
.cookie-info-mobile {
	width: auto;
	bottom: auto;
	position: static;
}
.cookie-info-mobile form {
	min-height: 25px;
}
</p></body>
</html>