div#notifiche {
  max-width: 40%;
  max-height: 90%;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  background-color: #3d5998;
  border: 1px solid black;
  border-radius: 3px;
  color: white;
  padding: 15px;
  /* ombreggiatura esterna */
  -moz-box-shadow: 0px 0px 14px #000000;
  -webkit-box-shadow: 0px 0px 14px #000000;
  box-shadow: 0px 0px 14px #000000;
  overflow: auto; }
  div#notifiche a {
    color: white;
    text-decoration: underline; }
  div#notifiche .btn {
    border: 1px solid white; }

p#titolo_notifica {
  margin-top: 0;
  font-size: 1.5em;
  border-bottom: 1px solid white;
  background-image: url(images/PNG/uncorrect.png);
  background-position: center right;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 50px; }
  p#titolo_notifica:hover {
    cursor: pointer;
    opacity: 0.7; }

p#testo_notifica {
  text-align: justify; }

@media screen and (max-width: 1000px) {
  div#notifiche {
    width: 80%;
    max-width: 100%; }

  p#titolo_notifica {
    background-size: 20px; } }

/*# sourceMappingURL=logs.css.map */
