#cookie-bar-informativa {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.8em;
  font-family: verdana,arial,tahoma,sans-serif;
  padding: 1em 0px;
  margin: 0px;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
}

#cookie-div-informativa {
  margin: 0px auto;
  width: 80%;
  position: relative;
}

#cookie-div-informativa-text {
  color: rgb(255, 255, 255);
  display: block;
  float: left;
  width: 70%;
  line-height: 1.5em;
}

#cookie-div-informativa-link {
  color: rgb(255, 255, 255);
  display: block;
  float: right;
  width: 25%;
  text-align: right;
  line-height: 1.2em;
  display: block;
}

#cookie-btn-accept {
  color: rgb(255, 153, 0);
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 1em;
}

.cookie-link {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  display: block;
}

