.cookiebox { position: fixed; bottom: 0px; left: 0px; width: 100%; background: rgb(162, 162, 162); z-index: 60; padding: 1.2em; color: rgb(0, 0, 0); text-align: center; line-height: 26px; box-shadow: rgba(0, 0, 0, 0.5) 0.5em 0px 0.5em;  margin: 0px; min-height: 0px; }

.testo_cookie { text-decoration: none; color: rgb(255, 255, 255); padding: 10px; margin: 5px 0px;  display: inline-block;}
.accetto_cookie { text-decoration: none; background: rgb(46, 144, 40); color: rgb(255, 255, 255); border-radius: 0.2em; text-align: center; padding: 10px; margin: 5px 0px; }
.link_cookie { text-decoration: none; background: rgb(40, 96, 144); color: rgb(255, 255, 255); border-radius: 0.2em;  text-align: center; padding: 10px; margin: 5px 0px; }
.rifiuto_cookie { text-decoration: none; background: red; color: rgb(255, 255, 255); border-radius: 0.2em; text-align: center; padding: 10px; margin: 5px 0px; }
