/* CSS Document */
div#cookieChoiceInfo {
	position: fixed;
	width: 100%;
	/*background-image:linear-gradient(to bottom, #e0e0e0 0px, #d8d8d8 100%);*/
	background-color: rgba(47,47,47,0.9);
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 4px;
	z-index: 1000;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
div#cookieChoiceInfo .cookie-choice-title {
	font-size:1.2em;
	font-weight:700;
}
div#cookieChoiceInfo .cookie-choice-testo {
	font-size:0.9em;
	line-height: 1em;
	margin-bottom:10px;
}
div#cookieChoiceInfo .cookie-choice-ok {
	/*max-width:150px;
	width:100%;*/
	margin-left:10px;
    background-image: linear-gradient(to bottom, #71cd75 0%, #5ec663 100%);
    background-repeat: repeat-x;
    border-color: #5ec663;
	padding: 0px 10px;
	color: #fff;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
}
div#cookieChoiceInfo .cookie-choice-testo a {
	color: #f39c12 !important;
}
div#cookieChoiceInfo .cookie-choice-testo a:hover {
	text-decoration: none !important;
}
