/* CSS Document */
div#cookieChoiceInfo {
	position: fixed;
	width: 100%;
	/*background-image:linear-gradient(to bottom, #e0e0e0 0px, #d8d8d8 100%);*/
	background-color:rgba(224,224,224,1);
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 4px;
	z-index: 1000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #002e60;
}
div#cookieChoiceInfo .cookie-choice-title {
	font-size: 1.2em;
	font-weight: 700;
}
div#cookieChoiceInfo .cookie-choice-testo {
	font-size: 0.9em;
}
div#cookieChoiceInfo .cookie-choice-testo a {
	color: #222;
}
div#cookieChoiceInfo .cookie-choice-ok {
	margin-left: 10px;
	margin-bottom: 0px;
}