/* CSS Accettazione Cookie */
div#cookieChoiceInfo {
background-color: #f72c1d !important;
color:#535353;
font-weight:bold;
font-size:8px;
font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
#cookieChoiceInfo > a:nth-child(2),a#cookieChoiceDismiss {
color: #FFF;
background:linear-gradient(to bottom, #fedede 4%, #0A0 30%); /*#e50909*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedede', endColorstr='#0A0',GradientType=0);
box-shadow: 2px 2px 2px  #aaa;
text-shadow:1px 1px 1px #ccc;
max-width: 140px;
min-width: 140px;
text-align:center;
padding: 5px 20px;
text-decoration:none;
border-radius:8px;
font-family:Georgia;
font-size:11px;
font-weight:bold;
}
#cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
color:#f72c1d;  
box-shadow: 1px 1px 1px  #aaa;
text-shadow:0px 0px 0px #ccc;
text-decoration:none;
position: relative;
top:1px;left:1px;
}
#cookieInfoLink {                      
  color: #E00;                
  text-decoration: underline; 
}
#cookieInfoLink:hover {      
  color: #F44;                
  test-decoration:none;       
}
 a:link {
    color: #8B0000;
    text-decoration: underline;
  }
  a:visited {
    color: #000DFF;
    text-decoration: underline;
  }
  a:hover {
    color: #FF3030;
    text-decoration: underline;
  }
 @import url('https://fonts.googleapis.com/css?family=Oswald');
  @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
 