/* CSS Accettazione Cookie */

div#cookieChoiceInfo {
	background-color: #333333 !important;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	font-family: verdana;
}

#cookieChoiceInfo > a:nth-child(2),a#cookieChoiceDismiss {
	color: #ffffff;
	background:linear-gradient(to bottom, #fedede 4%, #e50909 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedede', endColorstr='#e50909',GradientType=0);
	text-align:center;
	padding:3px 12px;
	text-decoration:none;
	border-radius:4px;
	font-family:Georgia;
	font-size:14px;
	font-weight:bold;
}

#cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
	color:#dddddd;
	text-decoration:none;
}