﻿/* CSS PER COOKIE */
div#cookieChoiceInfo { /*quadro che tiene dentro tutto*/
background-color:#2080D5;
color:#fff;
font-weight:normal;
font-size:12px;
font-family: Verdana, Arial, Times New Roman, sans-serif;
z-index: 10000;
}

#cookieChoiceInfo > div:nth-child(2) > div:nth-child(1) > a:nth-child(2) {
border: solid 1px red;
box-shadow: 2px 2px 2px #949CF6;
text-shadow:2px 1px 1px  #808AF8;
line-height:30px !important; 
padding:5px 12px;
border-radius:8px;
text-align:center;
text-decoration: underline;
font-size:16px;
font-family: 'Marvel', sans-serif;
font-weight:bold;
}

/*Bottone per CHIUDI*/
 #cookieChoiceDismiss{
background:linear-gradient(to bottom, #D7D1D1  4%, #37673e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedede', endColorstr='#e50909',GradientType=0);
box-shadow: 2px 2px 2px  #73E07C;
text-shadow:2px 1px 1px #84F880;
line-height:30px !important;  
padding:5px 15px;
border-radius:8px;
text-align:center;
margin-top: 0px;
margin: auto;
text-decoration:underline;
font-size:18px;
font-family: 'Marvel', sans-serif;
font-weight:bold;
width: 4em;
color: #305c14;
}

#cookieChoiceInfo > div:nth-child(2):hover > div:nth-child(1):hover > a:nth-child(2):hover, #cookieChoiceDismiss:hover {
color:#1f4e03;
box-shadow: 3px 3px 3px  #322E2E;
text-shadow:0px 0px 0px #352D2D;
text-decoration:none;
position: relative;
top:1px;
left:1px;
}