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