.storico-pratica-container,  .comunicazioni-mediate-container {
  border: 1px solid #c7c9c3;
  border-radius: 5px;
  .row {
    padding: 10px 0;
    border-bottom: 1px solid #c7c9c3;
  }
  .row:last-child {
    border-bottom: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .row:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .opens-new-window-accessible {
    display: none;
  }
  .row-user {
    background-color: #f5f5f5;

    .icona-refused {
      width: em(25px, 12px);
      text-align: center;
    }

    .icona-delega, .icona-circle {
      width: em(25px);
      text-align: center;
    }
    .storico-date, .storico-testo {
      /*width: em(80px);*/
      display: inline-block;
    }
    .fa-long-arrow-right {
      padding-right: em(10px)
    }
  }
  .row-regione {
    background-color: #f9f9f9;

    .storico-date, .storico-testo {
     /* width: em(80px);*/
      display: inline-block;
    }
    .icona-refused {
      width: em(25px, 12px);
      text-align: center;
    }
    .icona-accept {
      width: em(25px);
      text-align: center;
    }
    .fa-long-arrow-left {
      padding-left: em(10px)
    }
    .icona-circle {
      width: em(20px);
      text-align: center;
    }
  }
}