
 .box-cookie {
  background:#111; z-index:9999; border:0px solid #ccc; position: fixed; bottom:0; left:0; width:100%; max-width:700px; min-height:70px; opacity:0.9; -moz-opacity:0.9; -webkit-opacity:0.9; filter:alpha(opacity=90); margin-bottom:80px;
 }
 .box-cookie3 {
  font-size:0.95em; color:#fff; clear:both; width:98%; margin:0 auto; line-height:1.3em; margin-top:15px;
 }
 .box-cookie1 {
  clear:both; border:0px solid red; color:#fff; font-size:0.95em; line-height:1.2em; padding-left:5px; padding-right:5px;
 }
 .box-cookie2 {
  clear:both; float:right; border:0px solid red; margin-top:20px; margin-bottom:10px;
 }
  a.cookie-button {
   padding: 4px 8px; margin-right:5px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   background-color: #ffd200;
 font-size:1.0em;
   color: #000; font-style:normal;
   text-decoration: none;
   -webkit-transition: 0.25s;
   -moz-transition: 0.25s;
   transition: 0.25s;
 }

 a.cookie-button:hover {
   cursor: pointer;	 
   background-color: #fefe2b;
   color: #000;
   -webkit-transition: 0.25s;
   -moz-transition: 0.25s;
   transition: 0.25s;
 }
 
 .box-gestione {
    background: #111;
    z-index: 1000;
    border: 1px solid black;
    position: fixed;
    bottom: 0;
    left: 40px;
    width: 100%;
    max-width: 130px;
    height: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    opacity: 0.9;
    -moz-opacity: 0.85;
    -webkit-opacity: 0.85;
    filter: alpha(opacity=85);
    transition: all 500ms;
}

.box-cookie label {
    display: inline;
    font-weight: 300
}

.box-gestione a:hover {
    cursor: pointer;
}

.box-cookie input[type="checkbox"] {
    display: inline;
}